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 e3fa3091..68d099e3 100755
--- a/bin/9l
+++ b/bin/9l
@@ -45,6 +45,9 @@ case "$tag" in
;;
esac
;;
+*Darwin*x86_64*)
+ ld="${CC9:-gcc} -m64"
+ ;;
*Darwin*)
ld="${CC9:-gcc} -m32"
;;