1
0
mirror of https://github.com/lxsang/antd-lua-plugin synced 2025-02-22 10:42:48 +01:00

fix linking error

This commit is contained in:
lxsang 2020-01-01 21:41:33 +01:00
parent 2f026c3273
commit e42e19e838
2 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ $(LUA_A): $(BASE_O)
$(RANLIB) $@
$(LUA_SO): $(BASE_O)
gcc -shared $(BASE_O) -o $@
gcc -shared $(BASE_O) -o $@ -ldl -lm
$(LUA_T): $(LUA_O) $(LUA_A)
$(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)

BIN
dist/lua-0.5.2b.tar.gz vendored

Binary file not shown.