Skip to content

Commit fab830c

Browse files
committed
Add linux-armv6hf to the list of possible library paths
1 parent a298203 commit fab830c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/processing/app/Library.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ public boolean accept(File dir, String name) {
7070
if (name.equals("linux")) return false;
7171
if (name.equals("linux32")) return false;
7272
if (name.equals("linux64")) return false;
73+
if (name.equals("linux-armv6hf")) return false;
7374
if (name.equals("android")) return false;
7475
}
7576
return true;

0 commit comments

Comments
 (0)