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.
1 parent d872486 commit 77b88ceCopy full SHA for 77b88ce
test/native-tests/test_native.sh
@@ -47,7 +47,7 @@ TEST () {
47
}
48
49
RES=$(c++ --version)
50
-if [[ ! $RES =~ "Apple LLVM" ]]; then
+if [[ ! $RES =~ "Apple " ]]; then
51
FIND_CLANG
52
else
53
CC="cc"
0 commit comments