From 7d2b479565716a537182caa183c4e2e1377c4e2b 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