diff options
author | midipix <writeonce@midipix.org> | 2019-02-19 08:30:41 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-02-19 08:30:41 -0500 |
commit | 34988f835484e8a4fdc3e9a93930786755a63d05 (patch) | |
tree | 2a3e0b8a853927d15e13d0a297089c0c21d088a0 /include | |
parent | 513f55dd376fbfc0625b00e56340fa17052a75ea (diff) | |
download | slibtool-34988f835484e8a4fdc3e9a93930786755a63d05.tar.bz2 slibtool-34988f835484e8a4fdc3e9a93930786755a63d05.tar.xz |
driver, compile & link mode: support arbitrary & known compiler wrappers.
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 7fd99f0..360ec7c 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -244,6 +244,7 @@ struct slbt_common_ctx { char ** cargv; char ** targv; char * libname; + const char * ccwrap; const char * target; const char * output; const char * shrext; |