runpython.do: also compile for ppc architecture.

This commit is contained in:
Avery Pennarun 2011-04-24 22:51:27 -04:00
parent 8636378870
commit e2474543fc

View File

@ -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