From 12be3ee1c97e9e935cce756b8605723a58d30b04 Mon Sep 17 00:00:00 2001 From: Lock l00p Date: Sat, 30 Sep 2023 13:34:44 +0000 Subject: [PATCH] If undefined, make LDFLAGS_EXTRASV = LDFLAGS_EXTRA --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2