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 f0d3057 commit 95ccb80Copy full SHA for 95ccb80
arduino-core/src/cc/arduino/contributions/libraries/LibrariesIndexer.java
@@ -167,7 +167,7 @@ public void rescanLibraries() {
167
168
// Skip platform-related libraries that are not part of the currently
169
// selected platform/board.
170
- if (l.getLocation().equals("platform")) {
+ if (l.getLocation().equals(LibraryLocation.platform_builtin)) {
171
File libDir = new File(l.getInstallDir());
172
boolean isCoreLib = (coreLibsDir != null)
173
&& FileUtils.isSubDirectory(coreLibsDir, libDir);
0 commit comments