When you rename things, rename ALL the things!
This commit is contained in:
parent
a73839c85b
commit
076397652d
1 changed files with 2 additions and 2 deletions
|
@ -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" \
|
||||
|
|
Loading…
Add table
Reference in a new issue