mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-22 16:03:57 +01:00
runpython.do: also compile for ppc architecture.
This commit is contained in:
parent
8636378870
commit
e2474543fc
@ -1,5 +1,6 @@
|
||||
exec >&2
|
||||
redo-ifchange runpython.c
|
||||
gcc -Wall -o $3 runpython.c \
|
||||
gcc -arch ppc -arch i386 -arch x86_64 \
|
||||
-Wall -o $3 runpython.c \
|
||||
-I/usr/include/python2.5 \
|
||||
-lpython2.5
|
||||
|
Loading…
Reference in New Issue
Block a user