cherry-pick for CROSS; use "?=" for MAKELUAFLAGS

Using "?=" allows a hints file to set that ahead of Makefile
This commit is contained in:
nhmall
2026-06-04 07:21:22 -04:00
parent 63cb04f410
commit ecfa78f974
+1 -1
View File
@@ -125,7 +125,7 @@ RECOVERBIN = recover
LUAHEADERS ?= lib/lua-$(LUA_VERSION)/src
LUATESTTARGET ?= $(LUAHEADERS)/lua.h
LUATOP = $(LUAHEADERS)
LUAMAKEFLAGS = CC='$(TARGET_CC)' SYSCFLAGS='$(SYSCFLAGS)'
LUAMAKEFLAGS ?= CC='$(TARGET_CC)' SYSCFLAGS='$(SYSCFLAGS)'
LUA2NHTOP ?= ../../..
LUABASELIB ?= liblua-$(LUA_VERSION).a
LUATOPLIB ?= lib/lua/$(LUABASELIB)