Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at python-updates 13 lines 417 B view raw
1diff --git a/Makefile b/Makefile 2index 95d894e..3c561c1 100644 3--- a/Makefile 4+++ b/Makefile 5@@ -35,7 +35,7 @@ endif 6 LIB += -L$(SPARROW_LIB) 7 INCLUDE += -I$(SPARROW_FOLDER) 8 9-HASE_STATIC = $(SPARROW_LIB)/$(SPARROW3D_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWSOUND_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWNET_STATIC_LIB) $(STATIC) 10+DYNAMIC += -lsparrow3d -lsparrowSound -lsparrowNet 11 12 ifneq ($(TARGET),win32) 13 DYNAMIC += -lz