From 076397652d8f735c10456197b830ca53f529f932 Mon Sep 17 00:00:00 2001 From: Scott Duensing Date: Thu, 16 Sep 2021 17:23:35 -0500 Subject: [PATCH] When you rename things, rename ALL the things! --- scripts/installer.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/installer.sh b/scripts/installer.sh index 41352af..6ed364d 100755 --- a/scripts/installer.sh +++ b/scripts/installer.sh @@ -1069,7 +1069,7 @@ function installST() { function installWin32() { buildPCDeps \ - "windows32" \ + "win32" \ "windows/i386" \ "i686-w64-mingw32" \ "i686-w64-mingw32-gcc -static-libgcc" \ @@ -1081,7 +1081,7 @@ function installWin32() { function installWin64() { buildPCDeps \ - "windows64" \ + "win64" \ "windows/x64" \ "x86_64-w64-mingw32" \ "x86_64-w64-mingw32-gcc -static-libgcc" \