Merge pull request #7796 from cotequeiroz/lualanes_no-luajit

lualane: avoid luajit dependency
This commit is contained in:
Hannu Nyman 2019-03-29 17:34:30 +02:00 committed by GitHub
commit 253cc12ee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,6 +42,8 @@ define Build/Compile
CC="$(TARGET_CC)" \
LUA="$(STAGING_DIR_HOSTPKG)/bin/lua" \
LUAC="$(STAGING_DIR_HOSTPKG)/bin/luac" \
LUA_FLAGS= \
LUA_LIBS=-llua \
OPT_FLAGS="$(TARGET_CFLAGS) -Dpthread_yield=sched_yield"
endef