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