mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 08:36:56 -04:00
Fix dlopen fail
This commit is contained in:
committed by
Maksim Belov
parent
34125274cb
commit
2dc2aa43bf
@@ -566,7 +566,7 @@ public class JREUtils {
|
||||
static {
|
||||
System.loadLibrary("pojavexec");
|
||||
System.loadLibrary("pojavexec_awt");
|
||||
dlopen("libxhook.so");
|
||||
dlopen("libbytehook.so");
|
||||
System.loadLibrary("istdio");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user