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 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; |