8000
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 ccb99df commit ad3e759Copy full SHA for ad3e759
setup.py
@@ -162,6 +162,7 @@ def main():
162
+ [
163
# skbuild inserts PYTHON_* vars. That doesn't satisfy opencv build scripts in case of Py3
164
"-DPYTHON3_EXECUTABLE=%s" % sys.executable,
165
+ "-DPYTHON_DEFAULT_EXECUTABLE=%s" % sys.executable,
166
"-DPYTHON3_INCLUDE_DIR=%s" % python_include_dir,
167
"-DPYTHON3_LIBRARY=%s" % python_lib_path,
168
"-DBUILD_opencv_python3=ON",
0 commit comments