vcpkg/scripts/msys/compile_wrapper_consider_clang-cl.patch
Alexander Neumann f688b2e296
[vcpkg] add updated compile wrapper for clang-cl (#26340)
* add updated compile wrapper for clang-cl

* patch msys instead of adding the complete wrapper

* remove doubled line

* fix issue with direct packages
2022-08-29 17:30:53 -07:00

13 lines
454 B
Diff

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...
;;