Lua makefile changes + remove Lua binaries
This commit is contained in:
parent
4acdc08900
commit
c739534c38
3 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ $(LUA_A): $(BASE_O)
|
|||
$(RANLIB) $@
|
||||
|
||||
$(LUA_SO): $(CORE_O) $(LIB_O)
|
||||
$(CC) -shared -ldl -Wl,-soname,$(LUA_SO) -o $@ $? -lm $(MYLDFLAGS)
|
||||
$(CC) -shared -Wl,-soname,$(LUA_SO) -o $@ $? -lm $(MYLDFLAGS)
|
||||
|
||||
$(LUA_T): $(LUA_O) $(LUA_A)
|
||||
$(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
|
||||
|
|
BIN
lua-5.4/lua
BIN
lua-5.4/lua
Binary file not shown.
BIN
lua-5.4/luac
BIN
lua-5.4/luac
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue