aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/cmake/compile_wrapper_consider_clang-cl.patch
blob: c3666ecc9b680d6f8e6565add105de2fc44f774e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/usr/share/automake-1.16/compile b/usr/share/automake-1.16/compile
index 2078fc833..dfc946593 100755
--- a/usr/share/automake-1.16/compile
+++ b/usr/share/automake-1.16/compile
@@ -256,6 +256,7 @@ EOF
     exit $?
     ;;
   cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  clang-cl | *[/\\]clang-cl | clang-cl.exe | *[/\\]clang-cl.exe | \
   icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
     func_cl_wrapper "$@"      # Doesn't return...
     ;;