fix for native libs in core (from @codeanticode)

This commit is contained in:
Ben Fry
2015-02-24 02:48:53 -05:00
parent 223c24160b
commit 2538a6a1e5

View File

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