Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lunarmodules/luasocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5b484238257da7f6d9adcb24b0cb2f70636e2aec
Choose a base ref
..
head repository: lunarmodules/luasocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 44551d96dd2903342aba266c926a56130ed477f3
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 src/makefile
3 changes: 2 additions & 1 deletion src/makefile
Original file line number Diff line number Diff line change
@@ -478,8 +478,9 @@ install-static:
$(INSTALL_DATA) $(TO_TOP_LDIR) $(INSTALL_TOP_LDIR)
$(INSTALL_DIR) $(INSTALL_SOCKET_LDIR)
$(INSTALL_DATA) $(TO_SOCKET_LDIR) $(INSTALL_SOCKET_LDIR)
$(INSTALL_DIR) $(INSTALL_SOCKET_CDIR)
$(INSTALL_DIR) $(INSTALL_TOP)/lib
$(INSTALL_EXEC) libluasocket.a $(INSTALL_TOP)/lib
$(INSTALL_DIR) $(INSTALL_TOP)/include
$(INSTALL_DATA) luasocket.h $(INSTALL_TOP)/include
$(INSTALL_DATA) compat.h $(INSTALL_TOP)/include
$(INSTALL_DATA) mime.h $(INSTALL_TOP)/include