diff options
Diffstat (limited to 'detect-compiler')
-rwxr-xr-x | detect-compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detect-compiler b/detect-compiler index 70b754481c..c85be83c64 100755 --- a/detect-compiler +++ b/detect-compiler @@ -44,7 +44,7 @@ clang) "FreeBSD clang") print_flags clang ;; -"Apple LLVM") +"Apple LLVM"|"Apple clang") print_flags clang ;; *) |