mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #8588 from kylefleming:mac-deployment-target
This commit is contained in:
commit
62e9bed17a
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user