Skip to content

Commit

Permalink
will this get docs building?
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 16, 2024
1 parent 6e382f7 commit 2f48f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) :
Expand Down

0 comments on commit 2f48f96

Please sign in to comment.