Skip to content

Commit

Permalink
Disable TINT for emscripten 3.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
thearperson committed Jan 9, 2024
1 parent 99da1c3 commit 5be4bbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,8 @@ def ForceBuildDependency(self, dep):
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 += [TINT, SHADERC]
requiredDependencies += [SHADERC]

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

0 comments on commit 5be4bbb

Please sign in to comment.