From 885c20518f0f010c0fd12acc2e8967d4a1c9e69e Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 25 Nov 2018 06:07:28 -0500 Subject: build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib. --- Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index ad393f7..76d0133 100644 --- a/Makefile.in +++ b/Makefile.in @@ -218,6 +218,7 @@ app-objs: dirs $(APP_OBJS) $(SHARED_LIB): $(SHARED_OBJS) +$(SHARED_LIB): LDFLAGS_SHARED += $(LDFLAGS_IMPLIB) $(STATIC_LIB): $(STATIC_OBJS) -- cgit v1.2.3