From 98dca8dc6c2494f4120db435328a81fbc1becf4e Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 21 Feb 2024 00:39:22 +0000 Subject: host interfaces: struct slbt_flavor_settings: added .mapsuffix. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 41d5f8e..4185cb2 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -287,6 +287,7 @@ struct slbt_flavor_settings { const char * exesuffix; const char * impprefix; const char * impsuffix; + const char * mapsuffix; const char * ldpathenv; char * picswitch; }; -- cgit v1.2.3