From 2f48f96457b2d842812cd740d4f44b14d9d0f52b Mon Sep 17 00:00:00 2001 From: John Haddon Date: Sat, 16 Nov 2024 12:23:38 +0000 Subject: [PATCH] will this get docs building? --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 1e0703e355f..b34a050d2af 100644 --- a/SConstruct +++ b/SConstruct @@ -777,7 +777,7 @@ commandEnv["ENV"]["PYTHONPATH"] = commandEnv.subst( os.path.pathsep.join( [ "$BU # SIP on MacOS prevents DYLD_LIBRARY_PATH being passed down so we make sure # we also pass through to gaffer the other base vars it uses to populate paths # for third-party support. -for v in ( 'ARNOLD_ROOT', 'DELIGHT_ROOT' ) : +for v in ( 'ARNOLD_ROOT', 'DELIGHT_ROOT', 'ONNX_ROOT' ) : commandEnv["ENV"][ v ] = commandEnv[ v ] def runCommand( command ) :