native-bullet: unset toolchains
This commit is contained in:
parent
bb8d40810a
commit
0d2fdcf2ba
@ -163,31 +163,6 @@ model {
|
||||
operatingSystem "linux"
|
||||
}
|
||||
}
|
||||
|
||||
toolChains {
|
||||
gcc(Gcc)
|
||||
clang(Clang)
|
||||
mingw_x86(Gcc) {
|
||||
eachPlatform() {
|
||||
cCompiler.executable "i686-w64-mingw32-gcc"
|
||||
cppCompiler.executable "i686-w64-mingw32-g++"
|
||||
linker.executable "i686-w64-mingw32-g++"
|
||||
assembler.executable "i686-w64-mingw32-g++"
|
||||
staticLibArchiver.executable "i686-w64-mingw32-gcc-ar"
|
||||
}
|
||||
target("Windows32")
|
||||
}
|
||||
mingw_x86_64(Gcc) {
|
||||
eachPlatform() {
|
||||
cCompiler.executable "x86_64-w64-mingw32-gcc"
|
||||
cppCompiler.executable "x86_64-w64-mingw32-g++"
|
||||
linker.executable "x86_64-w64-mingw32-g++"
|
||||
assembler.executable "x86_64-w64-mingw32-g++"
|
||||
staticLibArchiver.executable "x86_64-w64-mingw32-gcc-ar"
|
||||
}
|
||||
target("Windows64")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Java source sets for IDE access and source jar bundling / mavenization
|
||||
|
Loading…
x
Reference in New Issue
Block a user