1
0
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:
Alexander Alekhin
2018-09-19 10:58:50 +00:00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class Builder:
else:
arch = ";".join(archs)
buildcmd += [
"IPHONEOS_DEPLOYMENT_TARGET=6.0",
"IPHONEOS_DEPLOYMENT_TARGET=8.0",
"ARCHS=%s" % arch,
]