Update JREUtils.java

This commit is contained in:
ArtDev 2021-01-12 10:05:00 +03:00 committed by GitHub
parent ccb5b055fc
commit a3cce7f8b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");