star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit dde4f0cd14dce6a1c1a2e4d335010ed793d3bbd0
parent b77f4f48dab68851bc50e6979f8668e6963f627c
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  2 Sep 2022 10:53:14 +0200

Fix set option API was not exported

Diffstat:
Msrc/scad.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scad.h b/src/scad.h @@ -75,7 +75,7 @@ SCAD_API res_T scad_finalize (void); -res_T +SCAD_API res_T scad_set_options (const struct scad_options* options); /* May be NULL: set default */