Skip to content

Commit

Permalink
append paths in pak instead of setting them
Browse files Browse the repository at this point in the history
Signed-off-by: Seb Schmidt <[email protected]>
  • Loading branch information
SebSchmidtWetaFx committed Oct 2, 2023
1 parent be500d4 commit c3dbbb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions habitat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ materialx_pak:
Type: Weta::OZ::SimplePak
PakNameOverride: materialx
PakVariables:
LD_LIBRARY_PATH: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib"
PATH: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/bin"
PYTHONPATH: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib/python"
LD_LIBRARY_PATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib"
PATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/bin"
PYTHONPATH: !Append "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib/python"
Library: materialx
DeveloperVariables:
LIBMATERIALX_LIBPATH: "${INSTALL_PREFIX}/opt/%(WETA_DEFAULT_VFXPLATFORM_ID)s/lib"
Expand Down

0 comments on commit c3dbbb8

Please sign in to comment.