mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-23 18:58:59 +02:00
runpython.do: also compile for ppc architecture.
This commit is contained in:
parent
8636378870
commit
e2474543fc
@ -1,5 +1,6 @@
|
|||||||
exec >&2
|
exec >&2
|
||||||
redo-ifchange runpython.c
|
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 \
|
-I/usr/include/python2.5 \
|
||||||
-lpython2.5
|
-lpython2.5
|
||||||
|
Loading…
Reference in New Issue
Block a user