mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 17:15:40 -04:00
Update JREUtils.java
This commit is contained in:
parent
ccb5b055fc
commit
a3cce7f8b9
@ -71,7 +71,7 @@ public class JREUtils
|
||||
dlopen(findInLdLibPath("libawt_headless.so"));
|
||||
dlopen(findInLdLibPath("libfreetype.so"));
|
||||
dlopen(findInLdLibPath("libfontmanager.so"));
|
||||
for(File f : locateLibs(new File(Tools.DIR_DATA+"/jre_runtime/lib/aarch64"))) {
|
||||
for(File f : locateLibs(new File(Tools.DIR_HOME_JRE + "/" + Tools.DIRNAME_HOME_JRE))) {
|
||||
dlopen(f.getAbsolutePath());
|
||||
}
|
||||
dlopen(nativeLibDir + "/libopenal.so");
|
||||
|
Loading…
x
Reference in New Issue
Block a user