-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
PhysicsIssues with all kinds of Physics and their BindingsIssues with all kinds of Physics and their BindingsbugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".
Milestone
Description
In current "master" branch, jme3-bullet-native builds a "libbulletjme.so" native library for Platform.Linux_ARM64.
However, NativeLibraryLoader is unable to load the native library, because JmeSystemDelegate.getPlatform() identifies aarch64 architectures as Platform.Linux64 instead of Platform.Linux_ARM64.
Here's the culprit:
| if (arch.startsWith("arm")) { |
I'll fix it in "master". The fix should be backported to "v3.3" branch.
Metadata
Metadata
Assignees
Labels
PhysicsIssues with all kinds of Physics and their BindingsIssues with all kinds of Physics and their BindingsbugSomething that is supposed to work, but doesn't. More severe than a "defect".Something that is supposed to work, but doesn't. More severe than a "defect".