1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00

fix lua compile configuration error

SVN-Revision: 11047
This commit is contained in:
Felix Fietkau 2008-05-04 17:48:26 +00:00
parent 8639678081
commit ffc0827b65

View File

@ -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" \