SpongePowered / VanillaGradle

A toolchain for Minecraft: Java Edition that builds a workspace to interact with the game using the official mappings provided to the public by Mojang Studios.
MIT License
89 stars 18 forks source link

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

Open hYdos opened 2 years ago

hYdos commented 2 years ago

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.