mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-03 15:44:30 +02: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: "
|
printf "Platforms: "
|
||||||
for d in /usr/libexec/gcc/darwin/*; do
|
for d in /usr/libexec/gcc/darwin/*; do
|
||||||
PLAT=$(basename "$d")
|
PLAT=$(basename "$d")
|
||||||
|
[ "$PLAT" != "ppc64" ] || continue # fails for some reason on my Mac
|
||||||
ARCHES="$ARCHES -arch $PLAT"
|
ARCHES="$ARCHES -arch $PLAT"
|
||||||
printf "$PLAT "
|
printf "$PLAT "
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user