diff options
author | Karl Berry <karl@freefriends.org> | 2023-01-05 00:50:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-01-05 00:50:44 +0000 |
commit | 3f89e211f742df492344f92f02cc5e1db70a38a1 (patch) | |
tree | c51d9661aaaa62f40de54dad0d3380b66e839df8 /Build/source/utils/m-tx/mtx-src | |
parent | dea89cba95bc4866962955a0ef81bb81a4886ce0 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@65467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/m-tx/mtx-src')
-rwxr-xr-x | Build/source/utils/m-tx/mtx-src/compile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/source/utils/m-tx/mtx-src/compile b/Build/source/utils/m-tx/mtx-src/compile index df363c8fbfb..ba883b54aac 100755 --- a/Build/source/utils/m-tx/mtx-src/compile +++ b/Build/source/utils/m-tx/mtx-src/compile @@ -3,7 +3,7 @@ scriptversion=2018-03-07.03; # UTC -# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Copyright (C) 1999-2023 Free Software Foundation, Inc. # Written by Tom Tromey <tromey@cygnus.com>. # # This program is free software; you can redistribute it and/or modify @@ -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... ;; |