Skip to content

Commit 6525988

Browse files
authored
Update build-android-lua.yml
1 parent d482166 commit 6525988

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-android-lua.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ jobs:
183183
-I$LUA_SRC/src \
184184
-DLUA_USE_DLOPEN \
185185
-o cjson.so \
186-
lua_cjson.c strbuf.c fpconv.c \
187-
-lm
186+
lua_cjson.c strbuf.c fpconv.c \\
187+
-L$LUA_SRC/src -llua -ldl -lm
188188

189189
# Strip
190190
${{ env.STRIP }} --strip-unneeded cjson.so

0 commit comments

Comments
 (0)