Lua makefile changes + remove Lua binaries

This commit is contained in:
Jeremy Baxter 2023-06-27 17:44:17 +12:00
parent 4acdc08900
commit c739534c38
3 changed files with 1 additions and 1 deletions

View file

@ -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)

Binary file not shown.

Binary file not shown.