fix oiio executable name

This commit is contained in:
iLLiCiTiT 2021-09-22 10:48:48 +02:00
parent 7fe3fd1d11
commit 0b4cd58858

View file

@ -404,7 +404,7 @@ def _validate_thirdparty_binaries():
binary_vendors_dir,
"oiio",
low_platform,
"oiio_tool"
"oiiotool"
)
if not is_tool(oiio_tool_path):
raise RuntimeError(error_msg.format("OpenImageIO"))