mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Update Tools.java
This commit is contained in:
parent
f619804941
commit
8e4d655bbb
@ -561,12 +561,14 @@ public final class Tools {
|
||||
System.out.println("LIBRARY rule action " +rule.action);
|
||||
if(rule.os!=null) System.out.println("LIBRARY OS name " +rule.os.name);
|
||||
if (rule.action.equals("allow") && rule.os != null && rule.os.name.equals("osx")) {
|
||||
System.out.println("LIBRARY SKIPPED " + libItem.name);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
}
|
||||
String[] libInfos = libItem.name.split(":");
|
||||
libDir.add(Tools.DIR_HOME_LIBRARY + "/" + Tools.artifactToPath(libInfos[0], libInfos[1], libInfos[2]));
|
||||
System.out.println("LIBRARY ADDED " + libItem.name);
|
||||
}
|
||||
return libDir.toArray(new String[0]);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user