- fix bullet native library name for 64bit linux in Natives.jar

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8885 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent a851d57de6
commit 70b35f73ff
  1. 2
      engine/src/core/com/jme3/system/Natives.java

@ -268,7 +268,7 @@ public final class Natives {
extractNativeLib("linux", "openal64");
}
if (needNativeBullet) {
extractNativeLib("linux", "bulletjme", true, false);
extractNativeLib("linux", "bulletjme64", true, false);
}
break;
case Linux32:

Loading…
Cancel
Save