We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d320ffe commit 3995ca1Copy full SHA for 3995ca1
arduino-core/src/processing/app/BaseNoGui.java
@@ -674,7 +674,7 @@ static public void onBoardOrPortChange() {
674
// Scan for libraries in each library folder.
675
// Libraries located in the latest folders on the list can override
676
// other libraries with the same name.
677
- librariesIndexer.setLibrariesFolders(librariesFolders, false);
+ librariesIndexer.setLibrariesFolders(librariesFolders);
678
if (getTargetPlatform() != null) {
679
librariesIndexer.setArchitecturePriority(getTargetPlatform().getId());
680
}
0 commit comments