Skip to content

Commit e247454

Browse files
committed
runpython.do: also compile for ppc architecture.
1 parent 8636378 commit e247454

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui-macos/bits/runpython.do

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
exec >&2
22
redo-ifchange runpython.c
3-
gcc -Wall -o $3 runpython.c \
3+
gcc -arch ppc -arch i386 -arch x86_64 \
4+
-Wall -o $3 runpython.c \
45
-I/usr/include/python2.5 \
56
-lpython2.5

0 commit comments

Comments
 (0)