Skip to content

Commit 77b88ce

Browse files
Kevin Smithboingoing
authored andcommitted
Detect Apple clang 11 in native test script
1 parent d872486 commit 77b88ce

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
@@ -47,7 +47,7 @@ TEST () {
4747
}
4848

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

0 commit comments

Comments
 (0)