Skip to content

Commit 3541d60

Browse files
committed
fix
1 parent 28e3074 commit 3541d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/utils

app_pojavlauncher/src/main/java/net/kdt/pojavlaunch/utils/JREUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public static void relocateLibPath(Runtime runtime, String jreHome) {
170170
.append("/vendor/").append(libName).append("/hw:")
171171
.append(NATIVE_LIB_DIR);
172172
// FIXME: Freetype is shipped inside lwjgl. We should ship it outside and use lwjgl native jars instead.
173-
ldLibraryPath.append(String.format(":%s/lwjgl-3.3.3-natives/%s", Tools.DIR_DATA, archAsStringAndroid(getDeviceArchitecture())));
173+
ldLibraryPath.append(String.format(":%s/lwjgl-%s-natives/%s", Tools.DIR_DATA, Tools.sLwjglVersion ,archAsStringAndroid(getDeviceArchitecture())));
174174
LD_LIBRARY_PATH = ldLibraryPath.toString();
175175
}
176176

0 commit comments

Comments
 (0)