Skip to content

Commit

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

(Internal change: 2237347)
  • Loading branch information
sunyab authored and pixar-oss committed Jun 13, 2022
1 parent 25e029e commit 7aa117a
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 @@ -951,7 +951,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 7aa117a

Please sign in to comment.