- 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
This commit is contained in:
nor..67 2011-12-08 00:19:24 +00:00
parent a851d57de6
commit 70b35f73ff

View File

@ -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: