Skip to content

Commit 4932831

Browse files
committed
IDE do not hide libraries with incompatible architectures
1 parent 5e76635 commit 4932831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/processing/app/Base.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,8 +1323,6 @@ public void onBoardOrPortChange() {
13231323
} catch (IOException e) {
13241324
showWarning(_("Error"), _("Error loading libraries"), e);
13251325
}
1326-
String currentArch = Base.getTargetPlatform().getId();
1327-
libraries = libraries.filterByArchitecture(currentArch);
13281326

13291327
// Populate importToLibraryTable
13301328
importToLibraryTable = new HashMap<String, Library>();

0 commit comments

Comments
 (0)