fix lua compile configuration error
SVN-Revision: 11047
This commit is contained in:
parent
8639678081
commit
ffc0827b65
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@ endef
|
|||
define Build/Configure
|
||||
endef
|
||||
|
||||
TARGET_CFLAGS += -DLUA_USE_LINUX
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CROSS)gcc" \
|
||||
|
|
Loading…
Reference in a new issue