Improve run fetch-lua required message - it has to be run in top.

This commit is contained in:
nhkeni
2023-09-07 12:17:53 -04:00
parent 48516857f9
commit b75bc87662
+1 -1
View File
@@ -142,7 +142,7 @@ include/nhlua.h: $(TOPLUALIB)
@echo '/*nhlua.h*/' >> $@ @echo '/*nhlua.h*/' >> $@
# LUATESTTARGET is this by default # LUATESTTARGET is this by default
lib/lua-$(LUA_VERSION)/src/lua.h: lib/lua-$(LUA_VERSION)/src/lua.h:
@echo "Please do 'make fetch-lua' to obtain lua-$(LUA_VERSION)" @echo "Please do 'make fetch-lua' in the top directory to obtain lua-$(LUA_VERSION)"
@false @false
luabin: luabin:
( cd $(LUATOP) \ ( cd $(LUATOP) \