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