mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-15 15:48:26 -04:00
Moved 'Tools.libraries' to correct place, fix LWJGL2 incorrect path
This commit is contained in:
parent
9cd20869c3
commit
99444d8b4a
@ -304,11 +304,11 @@ public final class Tools
|
||||
if (info.arguments != null && lwjgl3Folder.exists()) {
|
||||
for (File file: lwjgl3Folder.listFiles()) {
|
||||
if (file.getName().endsWith(".jar")) {
|
||||
libDir.add(Tools.libraries + "/" + file.getAbsolutePath());
|
||||
libDir.add(file.getAbsolutePath());
|
||||
}
|
||||
}
|
||||
} else {
|
||||
libDir.add(Tools.artifactToPath("lwjgl", "lwjglboardwalk", "2.9.1"));
|
||||
libDir.add(Tools.libraries + "/" + Tools.artifactToPath("lwjgl", "lwjglboardwalk", "2.9.1"));
|
||||
}
|
||||
|
||||
for (DependentLibrary libItem: info.libraries) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user