lualane: avoid luajit dependency
Set LUA_LIBS=-llua manually to avoid picking up libluajit. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
parent
6bd150a479
commit
f82fc56847
1 changed files with 2 additions and 0 deletions
|
@ -42,6 +42,8 @@ define Build/Compile
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
LUA="$(STAGING_DIR_HOSTPKG)/bin/lua" \
|
LUA="$(STAGING_DIR_HOSTPKG)/bin/lua" \
|
||||||
LUAC="$(STAGING_DIR_HOSTPKG)/bin/luac" \
|
LUAC="$(STAGING_DIR_HOSTPKG)/bin/luac" \
|
||||||
|
LUA_FLAGS= \
|
||||||
|
LUA_LIBS=-llua \
|
||||||
OPT_FLAGS="$(TARGET_CFLAGS) -Dpthread_yield=sched_yield"
|
OPT_FLAGS="$(TARGET_CFLAGS) -Dpthread_yield=sched_yield"
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue