8000 force old install behaviour · chenhh0/opencv-python@6d654f9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6d654f9

Browse files
committed
force old install behaviour
1 parent 01b702e commit 6d654f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def main():
123123
cmake_args.append("-DWITH_QT=OFF")
124124

125125
if sys.platform.startswith('linux'):
126+
cmake_args.append("-DOPENCV_SKIP_PYTHON_LOADER=ON")
126127
cmake_args.append("-DWITH_V4L=ON")
127128
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
128129

0 commit comments

Comments
 (0)
0