From 6d0e8adf800c3f3bd5767ebb0cd6d2842d56a337 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Mar 2016 11:44:43 -0400 Subject: struct slbt_exec_ctx: added alternate argument vector for ar invocation. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 5f0a76a..c1aea06 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -85,6 +85,7 @@ struct slbt_exec_ctx { char * program; char ** argv; char ** envp; + char ** altv; char ** dpic; char ** fpic; char ** cass; -- cgit v1.2.3