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 a298203 commit fab830cCopy full SHA for fab830c
1 file changed
app/src/processing/app/Library.java
@@ -70,6 +70,7 @@ public boolean accept(File dir, String name) {
70
if (name.equals("linux")) return false;
71
if (name.equals("linux32")) return false;
72
if (name.equals("linux64")) return false;
73
+ if (name.equals("linux-armv6hf")) return false;
74
if (name.equals("android")) return false;
75
}
76
return true;
0 commit comments