Skip to content

Commit 62e9bed

Browse files
committed
Merge pull request opencv#8588 from kylefleming:mac-deployment-target
2 parents c757d28 + 3d52661 commit 62e9bed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/osx/build_framework.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ def getToolchain(self, arch, target):
1818
def getBuildCommand(self, archs, target):
1919
buildcmd = [
2020
"xcodebuild",
21+
"MACOSX_DEPLOYMENT_TARGET=10.9",
2122
"ARCHS=%s" % archs[0],
2223
"-sdk", target.lower(),
2324
"-configuration", "Release",

0 commit comments

Comments
 (0)