star-sp

Random number generators and distributions
git clone git://git.meso-star.fr/star-sp.git
Log | Files | Refs | README | LICENSE

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:
Mconfig.mk | 1+
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))