Ticket #33590: patch-config.py.diff

File patch-config.py.diff, 320 bytes (added by neurodroid (Christoph Schmidt-Hieber), 12 years ago)

patch to enforce cocoa build

  • config.py

     
    247247
    248248# change the PORT default for wxMac
    249249if sys.platform[:6] == "darwin":
    250     WXPORT = 'osx_carbon'
     250    WXPORT = 'osx_cocoa'
    251251
    252252# and do the same for wxMSW, just for consistency
    253253if os.name == 'nt':