Skip to content

Commit

Permalink
Use brew to install clang on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
sytelus committed Sep 4, 2017
1 parent e6df792 commit 2e68742
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ if [ "$(uname)" == "Darwin" ]; then
if [[ ! -z "${whoami}" ]]; then #this happens when running in travis
sudo dseditgroup -o edit -a `whoami` -t user dialout
fi

brew install llvm39
else
if [[ ! -z "${whoami}" ]]; then #this happens when running in travis
sudo /usr/sbin/useradd -G dialout $USER
Expand Down

0 comments on commit 2e68742

Please sign in to comment.