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 510a5a4 commit 291768cCopy full SHA for 291768c
setup.py
@@ -147,7 +147,7 @@ def main():
147
if sys.platform.startswith('linux') and not x64:
148
cmake_args.append("-DCMAKE_CXX_FLAGS=-U__STRICT_ANSI__")
149
# patch openEXR when building on i386, see: https://github.com/openexr/openexr/issues/128
150
- subprocess.check_call(["patch", "-p0", "<", "patches/patchOpenEXR"])
+ subprocess.check_call("patch -p0 < patches/patchOpenEXR", shell=True)
151
152
153
if 'CMAKE_ARGS' in os.environ:
0 commit comments