mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
fix for native libs in core (from @codeanticode)
This commit is contained in:
@@ -411,6 +411,7 @@ public class JavaBuild {
|
||||
if (core != null) {
|
||||
importedLibraries.add(core);
|
||||
classPath += core.getClassPath();
|
||||
javaLibraryPath += File.pathSeparator + core.getNativePath();
|
||||
}
|
||||
|
||||
// System.out.println("extra imports: " + result.extraImports);
|
||||
|
||||
Reference in New Issue
Block a user