Skip to content

Commit 479c3bd

Browse files
Kevin SmithKevin Smith
authored andcommitted
Detect Apple clang 11 in native test script
1 parent 45de853 commit 479c3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/native-tests/test_native.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ TEST () {
4848
}
4949

5050
RES=$(c++ --version)
51-
if [[ ! $RES =~ "Apple LLVM" ]]; then
51+
if [[ ! $RES =~ "Apple " ]]; then
5252
FIND_CLANG
5353
else
5454
CC="cc"

0 commit comments

Comments
 (0)