diff options
author | midipix <writeonce@midipix.org> | 2024-02-21 00:39:22 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-02-21 03:20:24 +0000 |
commit | 98dca8dc6c2494f4120db435328a81fbc1becf4e (patch) | |
tree | 792b8ad14ea3b3acdc8d8f75c2374cc1f26efb99 /include | |
parent | 70541a234bf6199c9b6dc9914c4b9dd8a126e659 (diff) | |
download | slibtool-98dca8dc6c2494f4120db435328a81fbc1becf4e.tar.bz2 slibtool-98dca8dc6c2494f4120db435328a81fbc1becf4e.tar.xz |
host interfaces: struct slbt_flavor_settings: added .mapsuffix.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; }; |