commit f46c62a881a2706a99ca4466f111771d995821e3
parent 5801a37b0937dcd0276ae60fba30ab4333bc40fe
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Thu, 18 May 2023 16:41:01 +0200
Add the PCFLAGS_SHARED macro
We set it to "--shared" even though this is the default behavior of
pkg-config; this makes it explicit what is actually done.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.mk b/config.mk
@@ -19,6 +19,7 @@ RANLIB = ranlib
################################################################################
# Dependencies
################################################################################
+PCFLAGS_SHARED = --shared
PCFLAGS_STATIC = --static
PCFLAGS = $(PCFLAGS_$(LIB_TYPE))