Skip to content

Commit

Permalink
Disable SHAREDC as well
Browse files Browse the repository at this point in the history
This is only needed for hgiWebGPU, which we don't use anyway
  • Loading branch information
thearperson committed Jan 11, 2024
1 parent 5be4bbb commit 92844b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2577,10 +2577,9 @@ def ForceBuildDependency(self, dep):
requiredDependencies += [MATERIALX]

if context.buildImaging:
if context.emscripten:
# In this case order is important since SHADERC will use the same common dependencies for SPIRV as TINT
# requiredDependencies += [TINT, SHADERC]
requiredDependencies += [SHADERC]
# if context.emscripten:
# # In this case order is important since SHADERC will use the same common dependencies for SPIRV as TINT
# requiredDependencies += [TINT, SHADERC]

if context.enablePtex:
requiredDependencies += [PTEX]
Expand Down

0 comments on commit 92844b2

Please sign in to comment.