Skip to content

Commit 3f36d5c

Browse files
RegDoggMaxwell175
authored andcommitted
Properly default arch when running on an Intel Mac (#13)
1 parent f58b703 commit 3f36d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$arch" = "" ]; then
77
if [ "$(arch)" = "arm64" ]; then
88
arch=arm64
99
else
10-
arch=x86-64
10+
arch=x86_64
1111
fi
1212
fi
1313

0 commit comments

Comments
 (0)