diff --git a/platforms/osx/build_framework.py b/platforms/osx/build_framework.py index 64e73c5490..6e23931266 100644 --- a/platforms/osx/build_framework.py +++ b/platforms/osx/build_framework.py @@ -18,6 +18,7 @@ class OSXBuilder(Builder): def getBuildCommand(self, archs, target): buildcmd = [ "xcodebuild", + "MACOSX_DEPLOYMENT_TARGET=10.9", "ARCHS=%s" % archs[0], "-sdk", target.lower(), "-configuration", "Release",