diff options
author | midipix <writeonce@midipix.org> | 2016-04-09 19:54:53 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-09 19:54:53 -0400 |
commit | 9aa1f4b19f4d7a635c744f4241ec64a7745bd83a (patch) | |
tree | fd03d19ed55c12ef1c9f191a4cf922fceedd6752 /include | |
parent | 258073e76ddf4030ff9d6385caf6af7d0c609a3f (diff) | |
download | slibtool-9aa1f4b19f4d7a635c744f4241ec64a7745bd83a.tar.bz2 slibtool-9aa1f4b19f4d7a635c744f4241ec64a7745bd83a.tar.xz |
driver: added -release support.
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; }; |