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 fc29bef..dbc6897 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -154,6 +154,7 @@ struct slbt_common_ctx { const char * output; char * libname; const char * rpath; + const char * release; char ** targv; char ** cargv; }; |