Skip to content
This repository has been archived by the owner on Jun 1, 2020. It is now read-only.

Commit

Permalink
Clean up build script
Browse files Browse the repository at this point in the history
  • Loading branch information
eliben committed May 21, 2018
1 parent 95cbaa0 commit 6be804f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_vs_released_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ set -eu
set -x

BINARY_DIR_PATH=${BINARY_DIR_PATH:-$HOME/llvm/llvm6.0-binaries}
#BINARY_DIR_PATH=${BINARY_DIR_PATH:-$HOME/llvm/clang+llvm-6.0.0-x86_64-linux-gnu-ubuntu-14.04}

make -j8 \
CXX=$BINARY_DIR_PATH/bin/clang++ \
Expand Down

0 comments on commit 6be804f

Please sign in to comment.