Ticket #19583: patch-py26-wxpython-config.py-i386.diff
File patch-py26-wxpython-config.py-i386.diff, 764 bytes (added by alex@…, 15 years ago) |
---|
-
work/wxPython-src-2.8.9.1/wxPython/config.py
old new 217 217 WXPY_SRC = '.' # Assume we're in the source tree already, but allow the 218 218 # user to change it, particularly for extension building. 219 219 220 ARCH = ' ' # If this is set, add an -arch XXX flag to cflags220 ARCH = 'i386' # If this is set, add an -arch XXX flag to cflags 221 221 # Only tested (and presumably, needed) for OS X universal 222 222 # binary builds created using lipo. 223 223