be more explicit about this

This commit is contained in:
Ben Fry
2016-08-12 15:57:47 -04:00
parent ef7c4525f3
commit 490755b96c
2 changed files with 3 additions and 3 deletions

View File

@@ -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]);