- 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:
parent
a851d57de6
commit
70b35f73ff
@ -268,7 +268,7 @@ public final class Natives {
|
|||||||
extractNativeLib("linux", "openal64");
|
extractNativeLib("linux", "openal64");
|
||||||
}
|
}
|
||||||
if (needNativeBullet) {
|
if (needNativeBullet) {
|
||||||
extractNativeLib("linux", "bulletjme", true, false);
|
extractNativeLib("linux", "bulletjme64", true, false);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case Linux32:
|
case Linux32:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user