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:
parent
2f026c3273
commit
e42e19e838
@ -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
BIN
dist/lua-0.5.2b.tar.gz
vendored
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user