Skip to content

Commit

Permalink
LLVM cache on AppVeyor has been updated
Browse files Browse the repository at this point in the history
so no need to download it from sourceforge every run
[ci skip]
  • Loading branch information
tkelman committed Jun 25, 2015
1 parent 5687b58 commit aa1149a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/windows/msys_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ else
f=llvm-3.3-$ARCH-msvc12-juliadeps.7z
fi

#if ! [ -e $f ]; then
if ! [ -e $f ]; then
echo "Downloading $f"
$curlflags -O http://sourceforge.net/projects/juliadeps-win/files/$f
#fi
fi
echo "Extracting $f"
$SEVENZIP x -y $f >> get-deps.log
echo 'override LLVM_CONFIG = $(JULIAHOME)/usr/bin/llvm-config' >> Make.user
Expand Down

0 comments on commit aa1149a

Please sign in to comment.