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 5e76635 commit 4932831Copy full SHA for 4932831
app/src/processing/app/Base.java
@@ -1323,8 +1323,6 @@ public void onBoardOrPortChange() {
1323
} catch (IOException e) {
1324
showWarning(_("Error"), _("Error loading libraries"), e);
1325
}
1326
- String currentArch = Base.getTargetPlatform().getId();
1327
- libraries = libraries.filterByArchitecture(currentArch);
1328
1329
// Populate importToLibraryTable
1330
importToLibraryTable = new HashMap<String, Library>();
0 commit comments