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" \