mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-16 16:51:16 +00:00
fix linking for plugins
This commit is contained in:
parent
f63afc8e0f
commit
5b595a370a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ mandir = @mandir@
|
|||
TARGET_DIR = $(PROJECT_ODIR)/targets
|
||||
BUILD_DIR = $(TARGET_DIR)/uquake
|
||||
|
||||
LDFLAGS = @LDFLAGS@ @SOUND_LIBS@ @NET_LIBS@ -lm
|
||||
LDFLAGS = @LDFLAGS@ @SOUND_LIBS@ @NET_LIBS@ -lm -rdynamic
|
||||
LIBS = @LIBS@
|
||||
CC = @CC@
|
||||
INTEL_ARCH = @INTEL_ARCH@
|
||||
|
|
Loading…
Reference in a new issue