mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-06 07:19:31 +02:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
exec >&2
|
|
redo-ifchange runpython.c
|
|
gcc -arch ppc -arch i386 -arch x86_64 \
|
|
-Wall -o $3 runpython.c \
|
|
-I/usr/include/python2.5 \
|
|
-lpython2.5
|