We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e99700 + 5d69895 commit a457e9eCopy full SHA for a457e9e
build.sh
@@ -546,7 +546,7 @@ else
546
fi
547
548
# 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)
+VERSION=$($CLANG_PATH --version | grep "version [0-9]*\.[0-9]*" --o -i | grep "[0-9]*\.[0-9]*" --o)
550
VERSION=${VERSION/./}
551
552
if [[ $VERSION -lt 37 ]]; then
0 commit comments