ensure that prebuilt toolchain binaries are +x

This commit is contained in:
James Tucker 2017-09-22 11:20:48 -07:00
parent 992e94ab3b
commit c481f85dc2
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ git reset --hard FETCH_HEAD
# Download toolchain
./scripts/download-toolchain
chmod +x prebuilt/downloads/clang+llvm-x86_64-linux/bin/*
cp -a prebuilt/downloads/clang+llvm-x86_64-linux/. /usr/local
build() {