aboutsummaryrefslogtreecommitdiff
path: root/bin/9l
diff options
context:
space:
mode:
Diffstat (limited to 'bin/9l')
-rwxr-xr-xbin/9l3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/9l b/bin/9l
index b4f91584..f6eb0ba1 100755
--- a/bin/9l
+++ b/bin/9l
@@ -30,6 +30,9 @@ case "$tag" in
*Darwin*x86_64*)
ld="${CC9:-gcc} -m64 $CC9FLAGS"
;;
+*Darwin-arm64*)
+ ld="${CC9:-gcc} -m64 $CC9FLAGS"
+ ;;
*Darwin*)
ld="${CC9:-gcc} -m32 $CC9FLAGS"
;;