bullet native: fix mingw target platform
This commit is contained in:
parent
b2a57e130a
commit
d27b26805a
@ -168,7 +168,7 @@ model {
|
|||||||
assembler.executable "i686-w64-mingw32-g++"
|
assembler.executable "i686-w64-mingw32-g++"
|
||||||
staticLibArchiver.executable "i686-w64-mingw32-gcc-ar"
|
staticLibArchiver.executable "i686-w64-mingw32-gcc-ar"
|
||||||
}
|
}
|
||||||
target("windows_x86")
|
target("Windows32")
|
||||||
}
|
}
|
||||||
mingw_x86_64(Gcc) {
|
mingw_x86_64(Gcc) {
|
||||||
eachPlatform() {
|
eachPlatform() {
|
||||||
@ -178,7 +178,7 @@ model {
|
|||||||
assembler.executable "x86_64-w64-mingw32-g++"
|
assembler.executable "x86_64-w64-mingw32-g++"
|
||||||
staticLibArchiver.executable "x86_64-w64-mingw32-gcc-ar"
|
staticLibArchiver.executable "x86_64-w64-mingw32-gcc-ar"
|
||||||
}
|
}
|
||||||
target("windows_x86_64")
|
target("Windows64")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user