Set min target OSX version here too

This commit is contained in:
Robin Dunn
2017-11-21 16:09:03 -08:00
parent 4535d5371b
commit d3ac0d6ab6

View File

@@ -296,7 +296,7 @@ def configure(conf):
# Some Mac-specific stuff
if isDarwin:
conf.env.MACOSX_DEPLOYMENT_TARGET = "10.5"
conf.env.MACOSX_DEPLOYMENT_TARGET = "10.6"
if conf.options.mac_arch:
conf.env.ARCH_WXPY = conf.options.mac_arch.split(',')