Skip to content

Commit a457e9e

Browse files
committed
[MERGE #5687 @kfarnung] [Backport #5464] update the build script to support LLVM > 9
Merge pull request #5687 from kfarnung:macclang Backporting #5464 to release/1.11, thanks again to @patrickkettner for the PR.
2 parents 6e99700 + 5d69895 commit a457e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ else
546546
fi
547547

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

552552
if [[ $VERSION -lt 37 ]]; then

0 commit comments

Comments
 (0)