Skip to content

Commit

Permalink
Fix location of LLVM include files.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 17, 2015
1 parent dbb90c2 commit 771ea7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/llvm.sh
Expand Up @@ -4,4 +4,5 @@ LLVM_TAR=llvm-3.4.2-x86_64-unknown-linux-gnu-4.7.tar.bz2

curl -o $LLVM_TAR https://s3.amazonaws.com/asset.rubini.us/prebuilt/$LLVM_TAR \
&& mkdir -p vendor/llvm \
&& tar -C vendor/llvm -xjf $LLVM_TAR
&& tar -C vendor/llvm -xjf $LLVM_TAR \
&& mv vendor/llvm/include vendor/llvm/Release/

0 comments on commit 771ea7f

Please sign in to comment.