Initial commit
This commit is contained in:
commit
ca93f7224c
52 changed files with 7770 additions and 0 deletions
9
linkscript.ld
Normal file
9
linkscript.ld
Normal file
|
@ -0,0 +1,9 @@
|
|||
luaopen_luametalatex_kpse = luaopen_kpse;
|
||||
luaopen_luametalatex_harfbuzz = luaopen_luaharfbuzz;
|
||||
|
||||
VERSION {
|
||||
{
|
||||
global: luaopen_luametalatex_*;
|
||||
local: *;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue