Skip to content

Commit c5bb48b

Browse files
committed
openEXR patch is still needed
1 parent 8690b21 commit c5bb48b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

+3
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ def main():
180180
cmake_args.append("-DWITH_V4L=ON")
181181
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
182182

183+
if sys.platform.startswith('linux') and not x64:
184+
subprocess.check_call("patch -p0 < patches/patchOpenEXR", shell=True)
185+
183186
# Fixes for macOS builds
184187
if sys.platform == "darwin":
185188
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9")

0 commit comments

Comments
 (0)