Skip to content

Commit

Permalink
[MERGE #5687 @kfarnung] [Backport #5464] update the build script to s…
Browse files Browse the repository at this point in the history
…upport LLVM > 9

Merge pull request #5687 from kfarnung:macclang

Backporting #5464 to release/1.11, thanks again to @patrickkettner for the PR.
  • Loading branch information
kfarnung committed Sep 11, 2018
2 parents 6e99700 + 5d69895 commit a457e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ else
fi

# check clang version (min required 3.7)
VERSION=$($CLANG_PATH --version | grep "version [0-9]*\.[0-9]*" --o -i | grep "[0-9]\.[0-9]*" --o)
VERSION=$($CLANG_PATH --version | grep "version [0-9]*\.[0-9]*" --o -i | grep "[0-9]*\.[0-9]*" --o)
VERSION=${VERSION/./}

if [[ $VERSION -lt 37 ]]; then
Expand Down

0 comments on commit a457e9e

Please sign in to comment.