diff options
author | midipix <writeonce@midipix.org> | 2016-04-28 15:19:43 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-28 15:21:05 -0400 |
commit | 9b5eecc5353d43c6635a066dbd288154a9eb1ea6 (patch) | |
tree | 593f0a7e43bb0b55021480f5df3b36d67410fbf0 /include | |
parent | 6689068df459076614129bdb9505ccbcef07e34c (diff) | |
download | slibtool-9b5eecc5353d43c6635a066dbd288154a9eb1ea6.tar.bz2 slibtool-9b5eecc5353d43c6635a066dbd288154a9eb1ea6.tar.xz |
driver: properly handle -o in install mode.
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 3268a3e..aacaa2b 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -193,6 +193,7 @@ struct slbt_common_ctx { const char * release; const char * symfile; const char * regex; + const char * user; char ** targv; char ** cargv; }; |