Skip to content

Commit af61cd9

Browse files
committed
fix for native libs in core (from @codeanticode)
1 parent ba0d6bb commit af61cd9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/processing/mode/java/JavaBuild.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,7 @@ public String preprocess(File srcFolder,
411411
if (core != null) {
412412
importedLibraries.add(core);
413413
classPath += core.getClassPath();
414+
javaLibraryPath += File.pathSeparator + core.getNativePath();
414415
}
415416

416417
// System.out.println("extra imports: " + result.extraImports);

0 commit comments

Comments
 (0)