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 73c3c86 commit 3bc106fCopy full SHA for 3bc106f
io.sloeber.core/src/io/sloeber/core/api/Json/ArduinpPlatformToolSystem.java
@@ -75,7 +75,7 @@ public boolean isApplicable() {
75
}
76
77
if (osName.contains("Mac")) {
78
- if (osArch.contains("x86_64")) {
+ if (osArch.contains("x86_64") || osArch.contains("aarch64")) {
79
return host.matches("x86_64-apple-darwin.*") || host.matches("i[3456]86-apple-darwin.*");
80
81
return host.matches("i[3456]86-apple-darwin.*");
0 commit comments