Skip to content

Commit 771ea7f

Browse files
committedDec 17, 2015
Fix location of LLVM include files.
1 parent dbb90c2 commit 771ea7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎scripts/llvm.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ LLVM_TAR=llvm-3.4.2-x86_64-unknown-linux-gnu-4.7.tar.bz2
44

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

0 commit comments

Comments
 (0)
Please sign in to comment.