Skip to content

Commit 5d69895

Browse files
patrickkettnerkfarnung
authored andcommitted
update the build script to support LLVM > 9
1 parent 6e99700 commit 5d69895

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)