star-sp

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

commit 2a8425353cb6e44a098ff127b4d4b4c1d4e915f4
parent f46c62a881a2706a99ca4466f111771d995821e3
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  8 Jun 2023 17:19:12 +0200

Revert "Add the PCFLAGS_SHARED macro"

This reverts commit f46c62a881a2706a99ca4466f111771d995821e3.
Some versions of pkg-config do not support the --shared option. We thus
revert the commit that makes this update.

Diffstat:
Mconfig.mk | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -19,7 +19,6 @@ RANLIB = ranlib ################################################################################ # Dependencies ################################################################################ -PCFLAGS_SHARED = --shared PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE))