Skip to content

Commit

Permalink
Link with libdl (needed on older systems)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-drexler committed Nov 12, 2024
1 parent acd5530 commit 6df188b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Quake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ CFLAGS+= -DUSE_CODEC_UMX
endif

ifeq ($(HOST_OS),haiku)
COMMON_LIBS= -lGL
COMMON_LIBS= -lGL -ldl
else
COMMON_LIBS= -lGL -lm
COMMON_LIBS= -lGL -ldl -lm
endif

LIBS = $(COMMON_LIBS) $(NET_LIBS) $(CODECLIBS)
Expand Down

0 comments on commit 6df188b

Please sign in to comment.