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 21, 2018
1 parent f15793a commit 26004f7
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 26004f7

Please sign in to comment.