10000
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 ee24449 commit 0b2d341Copy full SHA for 0b2d341
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=-std=c++11") # enable c++11 explicitly for clang
+ cmake_args.append("-DCMAKE_CXX_FLAGS=-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