Skip to content

Commit

Permalink
Merge pull request #499 from shassard/dev
Browse files Browse the repository at this point in the history
switch libtiff to http download
  • Loading branch information
pixar-oss committed May 17, 2018
2 parents 8df5993 + 10c1bab commit 1a64df3
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 @@ -567,7 +567,7 @@ def InstallJPEG_Lib(context, force):
############################################################
# TIFF

TIFF_URL = "ftp://download.osgeo.org/libtiff/tiff-4.0.7.zip"
TIFF_URL = "http://download.osgeo.org/libtiff/tiff-4.0.7.zip"

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

0 comments on commit 1a64df3

Please sign in to comment.