Skip to content

Commit ab1bf21

Browse files
committed
SConstruct : Make sure VDB includes can be found
1 parent 69662f6 commit ab1bf21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SConstruct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3043,11 +3043,11 @@ if doConfigure :
30433043
)
30443044

30453045
if haveVDB :
3046+
usdEnv.Prepend( **vdbEnvPrepends )
30463047
usdEnv.Append(
30473048
LIBS = [
30483049
os.path.basename( vdbEnv.subst( "$INSTALL_LIB_NAME" ) ),
30493050
"${USD_LIB_PREFIX}usdVol",
3050-
vdbEnv.subst( "openvdb" + env["VDB_LIB_SUFFIX"] )
30513051
],
30523052
CPPDEFINES = [ "IECOREUSD_WITH_OPENVDB" ]
30533053
)

0 commit comments

Comments
 (0)