Patch to fix the build errors introduced by r7372

This commit is contained in:
lonnen
2010-10-15 20:06:14 +00:00
parent 7524928089
commit 6f4faf4f5a
@@ -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");