Ticket #19583: patch-py26-wxpython-config.py-i386.diff

File patch-py26-wxpython-config.py-i386.diff, 764 bytes (added by alex@…, 14 years ago)

patch to config.py to force i386 architecture

  • work/wxPython-src-2.8.9.1/wxPython/config.py

    old new  
    217217WXPY_SRC = '.'  # Assume we're in the source tree already, but allow the
    218218                # user to change it, particularly for extension building.
    219219
    220 ARCH = ''       # If this is set, add an -arch XXX flag to cflags
     220ARCH = 'i386'       # If this is set, add an -arch XXX flag to cflags
    221221                # Only tested (and presumably, needed) for OS X universal
    222222                # binary builds created using lipo.
    223223