From: Lock l00p Date: Sat, 30 Sep 2023 13:34:44 +0000 (+0000) Subject: If undefined, make LDFLAGS_EXTRASV = LDFLAGS_EXTRA X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=12be3ee1c97e9e935cce756b8605723a58d30b04;p=xonotic%2Fdarkplaces.git If undefined, make LDFLAGS_EXTRASV = LDFLAGS_EXTRA --- diff --git a/makefile b/makefile index fdf3bd86..ac044d3d 100644 --- a/makefile +++ b/makefile @@ -1,7 +1,7 @@ ##### DP_MAKE_TARGET autodetection and arch specific variables ##### ifndef DP_MAKE_TARGET - +LDFLAGS_EXTRASV ?= $(LDFLAGS_EXTRA) # Win32 ifdef WINDIR DP_MAKE_TARGET=mingw