native-bullet: unset toolchains

native-compilation-test
Kirill Vainer 8 years ago
parent bb8d40810a
commit 0d2fdcf2ba
  1. 25
      jme3-bullet-native/build.gradle

@ -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…
Cancel
Save