mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:48:59 +08:00
08f00b4f01
* scripts/msys => scripts/cmake The "msys" directory looked like a "maintainer help" directory (like scripts/boost is) so it wasn't included in standalone distributions of vcpkg. It seems like the correct fix for this is just to move it into the scripts/cmake directory.
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...
|
|
;;
|