提交 c5bb48b1 编写于 作者: O Olli-Pekka Heinisuo

openEXR patch is still needed

上级 8690b218
......@@ -180,6 +180,9 @@ def main():
cmake_args.append("-DWITH_V4L=ON")
cmake_args.append("-DENABLE_PRECOMPILED_HEADERS=OFF")
if sys.platform.startswith('linux') and not x64:
subprocess.check_call("patch -p0 < patches/patchOpenEXR", shell=True)
# Fixes for macOS builds
if sys.platform == "darwin":
cmake_args.append("-DCMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.9")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册