From 9c856b8f43fd52bb6996cb661096c91b3eeed5f3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 3 Jan 2020 18:32:13 +0000 Subject: * TLPSRC.pm (from_file): also expand global ${wndws} as super-special case. (make_tlpobj): expand global tlpvars in patterns too. (find_default_patterns): allow wndws. * 00texlive.autopatterns.tlpsrc (wndws): define, as a first step towards also supporting w64. * 00texlive.installer.tlpsrc: use it. * 00texlive.autopatterns.tlpsrc (global_no_luajit_platforms): define since we now support global vars in patterns. * luajittex.tlpsrc, * mflua.tlpsrc: use it. git-svn-id: svn://tug.org/texlive/trunk@53309 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc') diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index 6c1c7c5f6a2..8b334e564d3 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -23,6 +23,15 @@ tlpsetvar global_latex_deps babel,cm,hyphen-base,latex-fonts tlpsetvar global_luatex_deps cm,etex,hyphen-base,knuth-lib,plain,\ tex-ini-files,unicode-data # +# Platforms that don't support jit. +tlpsetvar global_no_luajit_platforms x86_64-solaris +# +# We define the Windows platform names here, so we can use ${wndws} in +# the patterns, in preparation for supporting w64 in addition to w32, +# and perhaps others in the future. The name ${global_wndws} was just +# too long, so we made a super-special case in the code. +tlpsetvar wndws win32 + # It would be ideal to be able to specify the non-jit platforms here, # but it's not crucial, so we haven't implemented ${global_} expansion # in binpatterns. -- cgit v1.2.3