We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45e535e + ad3e759 commit 474a1ccCopy full SHA for 474a1cc
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