mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
be more explicit about this
This commit is contained in:
@@ -1112,7 +1112,7 @@ public class JavaBuild {
|
||||
if (i != 0) exportClassPath.append(",");
|
||||
exportClassPath.append(jarList[i]);
|
||||
}
|
||||
} else {
|
||||
} else if (exportPlatform == PConstants.LINUX) {
|
||||
exportClassPath.append("$APPDIR");
|
||||
for (int i = 0; i < jarList.length; i++) {
|
||||
exportClassPath.append(":$APPDIR/lib/" + jarList[i]);
|
||||
|
||||
Reference in New Issue
Block a user