VanillaGradle icon indicating copy to clipboard operation
VanillaGradle copied to clipboard

Native Bug: Linux GLFW native is under wrong sub-directory

Open hYdos opened this issue 4 years ago • 0 comments

On Linux, glfw is located under build/run-natives/linux/x64/org/lwjgl/glfw/libglfw.so. This is a problem because lwjgl expects it to be in the root directory of -Djava.library.path. I tested this by copying libglfw.so to the root directory and everything worked.

hYdos avatar Sep 23 '21 21:09 hYdos