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 afb6715 commit 07c9d59Copy full SHA for 07c9d59
setup.py
@@ -96,6 +96,7 @@ def main():
96
97
if sys.platform.startswith('linux'):
98
cmake_args.append("-DWITH_V4L=ON")
99
+ cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
100
101
if all(v in os.environ for v in ('JPEG_INCLUDE_DIR', 'JPEG_LIBRARY')):
102
cmake_args += [
0 commit comments