nixpkgs/pkgs/games/hase/prefer-dynamic.patch
Colin 209ba54b57 hase: init at unstable-2020-10-06
project page: <http://ziz.gp2x.de/hase/index.htm>

"Hase is an open source (GPL) gravity based artillery shooter. It is similar to Worms, Hedgewars or artillery, but the gravity force and direction depends on the mass nearby."

Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
2023-04-11 06:37:53 -03:00

14 lines
417 B
Diff

diff --git a/Makefile b/Makefile
index 95d894e..3c561c1 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,7 @@ endif
LIB += -L$(SPARROW_LIB)
INCLUDE += -I$(SPARROW_FOLDER)
-HASE_STATIC = $(SPARROW_LIB)/$(SPARROW3D_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWSOUND_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWNET_STATIC_LIB) $(STATIC)
+DYNAMIC += -lsparrow3d -lsparrowSound -lsparrowNet
ifneq ($(TARGET),win32)
DYNAMIC += -lz