diff options
author | midipix <writeonce@midipix.org> | 2016-03-20 12:24:55 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-03-20 13:01:48 -0400 |
commit | 27a8e18211ae952857b5749fd21587b5a5ca3eaa (patch) | |
tree | f375ece18382fdd1deb3186ba2c39ce4f46808de /include | |
parent | 6d0e8adf800c3f3bd5767ebb0cd6d2842d56a337 (diff) | |
download | slibtool-27a8e18211ae952857b5749fd21587b5a5ca3eaa.tar.bz2 slibtool-27a8e18211ae952857b5749fd21587b5a5ca3eaa.tar.xz |
struct slbt_exec_ctx: distinguish between the compiler and the invoked program.
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index c1aea06..a9dbf6e 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -83,6 +83,8 @@ struct slbt_input { struct slbt_exec_ctx { char * program; + char * compiler; + char ** cargv; char ** argv; char ** envp; char ** altv; |