Skip to content

Commit fb930e0

Browse files
authored
Update build-android-lua.yml
1 parent 3874075 commit fb930e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
AR=${{ env.TOOLCHAIN }}ar
117117
RANLIB=${{ env.TOOLCHAIN }}ranlib
118118
STRIP=${{ env.STRIP }}
119-
MYCFLAGS=-fPIC -O2 -I$(LUA_INC) -DLUA_USE_DLOPEN
119+
MYCFLAGS=-fPIC -O2 -I$(LUA_INC) -DLUA_USE_DLOPEN -DLUA_USE_POSIX -DLUA_USE_LINUX
120120
MYLDFLAGS=-shared
121121
MYLIBS=-ldl -lm
122122
PLAT= generic

0 commit comments

Comments
 (0)