mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 11:45:30 +08:00
Bump default IPHONEOS_DEPLOYMENT_TARGET to 9.0
This commit is contained in:
parent
e726ff3296
commit
3c40f87af3
@ -7,7 +7,7 @@ from __future__ import print_function
|
||||
import glob, re, os, os.path, shutil, string, sys, argparse, traceback, multiprocessing
|
||||
from subprocess import check_call, check_output, CalledProcessError
|
||||
|
||||
IPHONEOS_DEPLOYMENT_TARGET='8.0' # default, can be changed via command line options or environment variable
|
||||
IPHONEOS_DEPLOYMENT_TARGET='9.0' # default, can be changed via command line options or environment variable
|
||||
|
||||
def execute(cmd, cwd = None):
|
||||
print("Executing: %s in %s" % (cmd, cwd), file=sys.stderr)
|
||||
|
Loading…
Reference in New Issue
Block a user