mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
IDE do not hide libraries with incompatible architectures
This commit is contained in:
parent
5e7663574b
commit
4932831f8b
@ -1323,8 +1323,6 @@ public class Base {
|
||||
} catch (IOException e) {
|
||||
showWarning(_("Error"), _("Error loading libraries"), e);
|
||||
}
|
||||
String currentArch = Base.getTargetPlatform().getId();
|
||||
libraries = libraries.filterByArchitecture(currentArch);
|
||||
|
||||
// Populate importToLibraryTable
|
||||
importToLibraryTable = new HashMap<String, Library>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user