Skip to content

Commit

Permalink
Update download URL for libtiff
Browse files Browse the repository at this point in the history
Fixes PixarAnimationStudios#1901

(Internal change: 2237347)

(cherry picked from commit 7ee1dcd)
  • Loading branch information
sunyab authored and seando-adsk committed Feb 27, 2024
1 parent fb1aca8 commit 51d1b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_scripts/build_usd.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,7 @@ def InstallJPEG_Lib(context, force, buildArgs):
############################################################
# TIFF

TIFF_URL = "https://gitlab.com/libtiff/libtiff/-/archive/Release-v4-0-7/libtiff-Release-v4-0-7.tar.gz"
TIFF_URL = "https://gitlab.com/libtiff/libtiff/-/archive/v4.0.7/libtiff-v4.0.7.tar.gz"

def InstallTIFF(context, force, buildArgs):
with CurrentWorkingDirectory(DownloadURL(TIFF_URL, context, force)):
Expand Down

0 comments on commit 51d1b9d

Please sign in to comment.