Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fac7ef9

Browse files
committed
applied osx setpext patch from sf #2818964
svn path=/branches/v0_98_5_maint/; revision=7253
1 parent f830e37 commit fac7ef9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setupext.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@
140140
try: options['build_wxagg'] = config.getboolean("gui_support", "wxagg")
141141
except: options['build_wxagg'] = 'auto'
142142

143+
try: options['build_macosx'] = config.getboolean("gui_support", "macosx")
144+
except: options['build_macosx'] = 'auto'
145+
143146
try: options['backend'] = config.get("rc_options", "backend")
144147
except: pass
145148

0 commit comments

Comments
 (0)