mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #7796 from cotequeiroz/lualanes_no-luajit
lualane: avoid luajit dependency
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user