texlive[67038] Master/tlpkg/bin/tl-update-lmtx-bin: Add x86_64-linux
commits+Mojca at tug.org
commits+Mojca at tug.org
Sun May 7 13:12:08 CEST 2023
Revision: 67038
http://tug.org/svn/texlive?view=revision&revision=67038
Author: Mojca
Date: 2023-05-07 13:12:08 +0200 (Sun, 07 May 2023)
Log Message:
-----------
Add x86_64-linux back to the list of lmtx platforms, use a faster binary for Windows
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tl-update-lmtx-bin
Modified: trunk/Master/tlpkg/bin/tl-update-lmtx-bin
===================================================================
--- trunk/Master/tlpkg/bin/tl-update-lmtx-bin 2023-05-07 07:52:13 UTC (rev 67037)
+++ trunk/Master/tlpkg/bin/tl-update-lmtx-bin 2023-05-07 11:12:08 UTC (rev 67038)
@@ -10,9 +10,6 @@
cg=https://dl.contextgarden.net/build/luametatex/main
-# leaving out x86_64-linux for now because Mojca doesn't have the
-# centos7 vhost set up.
-
for cgplat in \
aarch64-linux \
amd64-freebsd \
@@ -20,12 +17,13 @@
i386-freebsd \
i386-linux \
i386-solaris \
- win64 \
x86_64-darwinlegacy \
+ x86_64-linux \
x86_64-linuxmusl \
x86_64-solaris \
+ x86_64-w64-mingw32 \
; do
- if test $cgplat = win64; then
+ if test $cgplat = x86_64-w64-mingw32; then
tlplat=windows
exeext=.exe
else
@@ -43,4 +41,3 @@
exit 1
fi
done
-
More information about the tex-live-commits
mailing list.