Build the PSF fonts in the cross-compile

This commit is contained in:
Ray Chason
2022-10-03 20:22:11 -04:00
parent 176e94d1b9
commit daf18eac91
12 changed files with 42 additions and 4 deletions

View File

@@ -143,6 +143,10 @@ include/nhlua.h: $(TOPLUALIB)
lib/lua-$(LUA_VERSION)/src/lua.h:
@echo "Please do 'make fetch-lua' to obtain lua-$(LUA_VERSION)"
@false
luabin:
( cd $(LUATOP) \
&& make $(LUAMAKEFILES) all && cd $(LUA2NHTOP) )
# hints file could set LUATESTTARGET to this if GITSUBMODULES is defined
submodules/lua/lua.h:
git submodule init submodules/lua