Ticket #58943: patch-config.py.diff
File patch-config.py.diff, 282 bytes (added by Veence (Vincent), 5 years ago) |
---|
-
config.py
old new cleaning = 'clean' in sys.argv 248 248 249 249 # change the PORT default for wxMac 250 250 if sys.platform[:6] == "darwin": 251 WXPORT = 'osx_c arbon'251 WXPORT = 'osx_cocoa' 252 252 253 253 # and do the same for wxMSW, just for consistency 254 254 if os.name == 'nt':