diff options
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 beeda86..8bbce8c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -133,6 +133,7 @@ struct slbt_flavor_settings { const char * exesuffix; const char * impprefix; const char * impsuffix; + const char * ldpathenv; }; struct slbt_common_ctx { |