Browse Source

- bullet native: remove -static-libgcc option for linux

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8406 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
nor..67 14 years ago
parent
commit
fbbe0fa8c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      engine/src/bullet/native/build.xml

+ 1 - 1
engine/src/bullet/native/build.xml

@@ -180,7 +180,7 @@
             <includepath path="${bullet.java.include}/linux"/>
             <includepath path="${bullet.bullet.include}"/>
             <!--compilerarg value="-m32"/-->
-            <compilerarg value="-static-libgcc"/>
+            <!--compilerarg value="-static-libgcc"/-->
             <linker name="${bullet.linux.compiler}">
                 <!-- linkerarg value="-static-libgcc"/ -->
                 <libset dir="${bullet.folder}/src/BulletMultiThreaded" libs="BulletMultiThreaded"/>