mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-08-02 19:56:38 -04:00
fix: Using wrong natives for 3.4.1
This commit is contained in:
@@ -170,7 +170,7 @@ public class JREUtils {
|
||||
.append("/vendor/").append(libName).append("/hw:")
|
||||
.append(NATIVE_LIB_DIR);
|
||||
// FIXME: Freetype is shipped inside lwjgl. We should ship it outside and use lwjgl native jars instead.
|
||||
ldLibraryPath.append(String.format(":%s/lwjgl-3.3.3-natives/%s", Tools.DIR_DATA, archAsStringAndroid(getDeviceArchitecture())));
|
||||
ldLibraryPath.append(String.format(":%s/lwjgl-%s-natives/%s", Tools.DIR_DATA, Tools.sLwjglVersion ,archAsStringAndroid(getDeviceArchitecture())));
|
||||
LD_LIBRARY_PATH = ldLibraryPath.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user