Skip to content

Commit 3995ca1

Browse files
committed
Fixed call to setLibrariesFolder
1 parent d320ffe commit 3995ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-core/src/processing/app/BaseNoGui.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ static public void onBoardOrPortChange() {
674674
// Scan for libraries in each library folder.
675675
// Libraries located in the latest folders on the list can override
676676
// other libraries with the same name.
677-
librariesIndexer.setLibrariesFolders(librariesFolders, false);
677+
librariesIndexer.setLibrariesFolders(librariesFolders);
678678
if (getTargetPlatform() != null) {
679679
librariesIndexer.setArchitecturePriority(getTargetPlatform().getId());
680680
}

0 commit comments

Comments
 (0)