We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b2d341 commit 725aa6bCopy full SHA for 725aa6b
setup.py
@@ -137,7 +137,7 @@ def main():
137
if sys.platform == 'darwin':
138
cmake_args.append("-DWITH_LAPACK=OFF") # Some OSX LAPACK fns are incompatible, see
139
# https://github.com/skvark/opencv-python/issues/21
140
- cmake_args.append("-DCMAKE_CXX_FLAGS=-stdlib=libc++")
+ cmake_args.append("-DCMAKE_CXX_FLAGS='-mmacosx-version-min=10.7 -stdlib=libc++'")
141
142
if sys.platform.startswith('linux'):
143
cmake_args.append("-DWITH_IPP=OFF") # https://github.com/opencv/opencv/issues/10411
0 commit comments