Skip to content

Commit

Permalink
Proper fix for llvm 7 on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucteo committed Mar 31, 2019
1 parent ebc97c5 commit cacdfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -x
CFG_PARAMS=

if [ $TRAVIS_OS_NAME == osx ]; then
CFG_PARAMS="-DLLVM_DIR=/usr/local/opt/llvm/lib/cmake/llvm@7"
CFG_PARAMS="-DLLVM_DIR=/usr/local/opt/llvm@7/lib/cmake/llvm"
fi

if [ $TRAVIS_OS_NAME == linux ]; then
Expand Down

0 comments on commit cacdfe4

Please sign in to comment.