Set Mac OS X deployment target to 10.9
authorKyle Fleming <garthex@gmail.com>
Sun, 16 Apr 2017 21:39:26 +0000 (14:39 -0700)
committerKyle Fleming <garthex@gmail.com>
Sun, 16 Apr 2017 21:39:26 +0000 (14:39 -0700)
commit3d52661400baa4ea673a82a58bbfd4bc99138a66
treeb843b6b03696ad63025d38c651e565f2421d7509
parent10787c68d0cd9df16cca1a56bfe19287cabf847f
Set Mac OS X deployment target to 10.9

Without it set, the build will choose the current OS version as the deployment target. 10.9 is the earliest usable, since that is when OS X introduced libc++.
platforms/osx/build_framework.py