We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb90c2 commit 771ea7fCopy full SHA for 771ea7f
scripts/llvm.sh
@@ -4,4 +4,5 @@ LLVM_TAR=llvm-3.4.2-x86_64-unknown-linux-gnu-4.7.tar.bz2
4
5
curl -o $LLVM_TAR https://s3.amazonaws.com/asset.rubini.us/prebuilt/$LLVM_TAR \
6
&& mkdir -p vendor/llvm \
7
- && tar -C vendor/llvm -xjf $LLVM_TAR
+ && tar -C vendor/llvm -xjf $LLVM_TAR \
8
+ && mv vendor/llvm/include vendor/llvm/Release/
0 commit comments