Skip to content

Commit 6cc1821

Browse files
committed
try another change
1 parent 5cd0ffb commit 6cc1821

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ env:
88
- CONFIG_PATH="travis_config.sh"
99
- USE_CCACHE=1
1010
- UNICODE_WIDTH=32
11+
- MB_PYTHON_OSX_VER=10.9
1112

1213

1314
# Host Python is never used

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def main():
138138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139139
# https://github.com/skvark/opencv-python/issues/21
140140
cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
141-
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.8")
141+
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9")
142142

143143
if sys.platform.startswith('linux'):
144144
cmake_args.append("-DWITH_IPP=OFF") # tests fail with IPP compiled with

0 commit comments

Comments
 (0)