mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 00:03:03 +04:00
Merge pull request #12586 from Slyce-Inc:bug-xcode10-compile
This commit is contained in:
@@ -161,7 +161,7 @@ class Builder:
|
||||
else:
|
||||
arch = ";".join(archs)
|
||||
buildcmd += [
|
||||
"IPHONEOS_DEPLOYMENT_TARGET=6.0",
|
||||
"IPHONEOS_DEPLOYMENT_TARGET=8.0",
|
||||
"ARCHS=%s" % arch,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user