From 34988f835484e8a4fdc3e9a93930786755a63d05 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 19 Feb 2019 08:30:41 -0500 Subject: driver, compile & link mode: support arbitrary & known compiler wrappers. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/slibtool/slibtool.h') 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; -- cgit v1.2.3