Fix dlopen fail

This commit is contained in:
Vera-Firefly
2024-05-21 01:45:00 +08:00
committed by Maksim Belov
parent 34125274cb
commit 2dc2aa43bf

View File

@@ -566,7 +566,7 @@ public class JREUtils {
static {
System.loadLibrary("pojavexec");
System.loadLibrary("pojavexec_awt");
dlopen("libxhook.so");
dlopen("libbytehook.so");
System.loadLibrary("istdio");
}
}