mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Patch to fix the build errors introduced by r7372
This commit is contained in:
@@ -477,6 +477,7 @@ class Build {
|
||||
// Copy any libraries to the 'libs' folder
|
||||
final Sketch sketch = editor.getSketch();
|
||||
for (LibraryFolder library : sketch.getImportedLibraries()) {
|
||||
File libraryFolder = new File(library.getPath());
|
||||
// in the list is a File object that points the
|
||||
// library sketch's "library" folder
|
||||
final File exportSettings = new File(libraryFolder, "export.txt");
|
||||
|
||||
Reference in New Issue
Block a user