From 27a8e18211ae952857b5749fd21587b5a5ca3eaa Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Mar 2016 12:24:55 -0400 Subject: struct slbt_exec_ctx: distinguish between the compiler and the invoked program. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/slibtool') 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; -- cgit v1.2.3