mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:59:00 +08:00
f688b2e296
* add updated compile wrapper for clang-cl * patch msys instead of adding the complete wrapper * remove doubled line * fix issue with direct packages
13 lines
454 B
Diff
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...
|
|
;;
|