When you rename things, rename ALL the things!

This commit is contained in:
Scott Duensing 2021-09-16 17:23:35 -05:00
parent a73839c85b
commit 076397652d

View file

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