Преглед изворни кода

- remove static build instructions for linux bullet library (the bullet library will now depend on the correct glibc version being installed on a linux system)

Normen Hansen пре 10 година
родитељ
комит
f0870efc3b
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      jme3-bullet-native/build.gradle

+ 4 - 4
jme3-bullet-native/build.gradle

@@ -23,10 +23,10 @@ libraries {
                 cppCompiler.args '-I', "${org.gradle.internal.jvm.Jvm.current().javaHome}/include/linux"
                 cppCompiler.args "-fPIC"
                 cppCompiler.args "-fpermissive"
-                cppCompiler.args "-static-libgcc"
-                cppCompiler.args "-static-libstdc++"
-                linker.args "-static-libgcc"
-                linker.args "-static-libstdc++"
+//                cppCompiler.args "-static-libgcc"
+//                cppCompiler.args "-static-libstdc++"
+//                linker.args "-static-libgcc"
+//                linker.args "-static-libstdc++"
             } else if (targetPlatform.operatingSystem.name == "windows") {
                 cppCompiler.args "-I${org.gradle.internal.jvm.Jvm.current().javaHome}/include/win32"
 //                cppCompiler.define('WIN32')