cherry-pick for CROSS; use "?=" for MAKELUAFLAGS
Using "?=" allows a hints file to set that ahead of Makefile
This commit is contained in:
@@ -125,7 +125,7 @@ RECOVERBIN = recover
|
|||||||
LUAHEADERS ?= lib/lua-$(LUA_VERSION)/src
|
LUAHEADERS ?= lib/lua-$(LUA_VERSION)/src
|
||||||
LUATESTTARGET ?= $(LUAHEADERS)/lua.h
|
LUATESTTARGET ?= $(LUAHEADERS)/lua.h
|
||||||
LUATOP = $(LUAHEADERS)
|
LUATOP = $(LUAHEADERS)
|
||||||
LUAMAKEFLAGS = CC='$(TARGET_CC)' SYSCFLAGS='$(SYSCFLAGS)'
|
LUAMAKEFLAGS ?= CC='$(TARGET_CC)' SYSCFLAGS='$(SYSCFLAGS)'
|
||||||
LUA2NHTOP ?= ../../..
|
LUA2NHTOP ?= ../../..
|
||||||
LUABASELIB ?= liblua-$(LUA_VERSION).a
|
LUABASELIB ?= liblua-$(LUA_VERSION).a
|
||||||
LUATOPLIB ?= lib/lua/$(LUABASELIB)
|
LUATOPLIB ?= lib/lua/$(LUABASELIB)
|
||||||
|
|||||||
Reference in New Issue
Block a user