mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 01:50:44 +01:00
fix for serial library exports on Windows
This commit is contained in:
@@ -1446,7 +1446,11 @@ public class JavaBuild {
|
||||
}
|
||||
// https://github.com/processing/processing/issues/2239
|
||||
runOptions.add("-Djna.nosys=true");
|
||||
|
||||
// https://github.com/processing/processing/issues/2559
|
||||
if (exportPlatform == PConstants.WINDOWS) {
|
||||
runOptions.add("-Djava.library.path=\"%EXEDIR%\\lib;%PATH%\"");
|
||||
}
|
||||
|
||||
|
||||
/// macosx: write out Info.plist (template for classpath, etc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user