mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 01:18:22 +01:00
Update Makefile
This commit is contained in:
parent
8d7392bc71
commit
f387ebdfaf
@ -61,7 +61,7 @@ $(LUA_A): $(BASE_O)
|
||||
$(RANLIB) $@
|
||||
|
||||
$(LUA_SO): $(BASE_O)
|
||||
gcc -shared $(BASE_O) -o $@ -ldl -lm
|
||||
$(CC) -shared $(BASE_O) -o $@ -ldl -lm
|
||||
|
||||
$(LUA_T): $(LUA_O) $(LUA_A)
|
||||
$(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
|
||||
|
Loading…
Reference in New Issue
Block a user