Skip to content

Commit

Permalink
Fix org.lwjgl.system.jemalloc.libname
Browse files Browse the repository at this point in the history
  • Loading branch information
khanhduytran0 committed Aug 15, 2020
1 parent 52a0936 commit 6b35830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/net/kdt/pojavlaunch/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ public void initEnvs() {
}

// FIXME: Is loading libc.so good?
System.setProperty("org.lwjgl.jemalloc.libname", "libc.so");
System.setProperty("org.lwjgl.system.jemalloc.libname", "libc.so");
System.setProperty("org.lwjgl.opengl.libname", "libgl04es.so");

// Enable LWJGL3 debug
Expand Down

0 comments on commit 6b35830

Please sign in to comment.