mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
ui-macos/bits/runpython.do: skip ppc64 architecture.
I don't have a Mac that can build it. Hopefully ppc will run fine on ppc64.
This commit is contained in:
parent
f313d50690
commit
7859be13c2
@ -4,6 +4,7 @@ ARCHES=""
|
||||
printf "Platforms: "
|
||||
for d in /usr/libexec/gcc/darwin/*; do
|
||||
PLAT=$(basename "$d")
|
||||
[ "$PLAT" != "ppc64" ] || continue # fails for some reason on my Mac
|
||||
ARCHES="$ARCHES -arch $PLAT"
|
||||
printf "$PLAT "
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user