We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c757d28 + 3d52661 commit 62e9bedCopy full SHA for 62e9bed
platforms/osx/build_framework.py
@@ -18,6 +18,7 @@ def getToolchain(self, arch, target):
18
def getBuildCommand(self, archs, target):
19
buildcmd = [
20
"xcodebuild",
21
+ "MACOSX_DEPLOYMENT_TARGET=10.9",
22
"ARCHS=%s" % archs[0],
23
"-sdk", target.lower(),
24
"-configuration", "Release",
0 commit comments