Browse Source
Merge pull request #7796 from cotequeiroz/lualanes_no-luajit
lualane: avoid luajit dependency
lilik-openwrt-22.03
Hannu Nyman
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
lang/lualanes/Makefile
|
|
@ -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 |
|
|
|
|
|
|
|