summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/luajittex.tlpsrc
blob: d0e301f0f4615f193278cfb5f9b4521d1cb20ce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
category TLCore
shortdesc LuaTeX with just-in-time (jit) compiler

binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/luajittex
binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/texluajit
binpattern f/!${global_no_luajit_platforms} bin/${ARCH}/texluajitc
#
binpattern f bin/win32/luajit51.dll
binpattern f bin/win32/luajittex.dll
#
binpattern f/i386-cygwin   bin/i386-cygwin/cygtexluajit*.dll
binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexluajit*.dll

# On platforms where there is no luajittex, it will be ignored
# due to the special --no-error-if-no-engine option in fmtutil,
# invoked by specifications in TLConfig.pm and tlmgr.pl.
execute AddFormat name=luajittex engine=luajittex options="luatex.ini" \
  patterns=language.def,language.dat.lua \
  fmttriggers=${global_luatex_deps},luatex

# can't have luajittex without luatex.
depend luatex