star-cpr

Clip 2D meshes with 2D polygons
git clone git://git.meso-star.fr/star-cpr.git
Log | Files | Refs | README | LICENSE

commit 4a7b3944e409d57e161923aaf1bfcc829846f345
parent 0af519c5402b2cc2a7a7d680edc3dea148cdfc8f
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Wed,  4 Sep 2024 15:33:47 +0200

Upgrade Clipper2 dependency to 1.4

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -24,7 +24,7 @@ RANLIB = ranlib PCFLAGS_STATIC = --static PCFLAGS = $(PCFLAGS_$(LIB_TYPE)) -CLIPPER2_VERSION = 1.1.1 +CLIPPER2_VERSION = 1.4 CLIPPER2_CFLAGS = $$($(PKG_CONFIG) $(PCFLAGS) --cflags Clipper2) CLIPPER2_LIBS = $$($(PKG_CONFIG) $(PCFLAGS) --libs Clipper2)