From 9b5eecc5353d43c6635a066dbd288154a9eb1ea6 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 28 Apr 2016 15:19:43 -0400 Subject: driver: properly handle -o in install mode. --- 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 3268a3e..aacaa2b 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -193,6 +193,7 @@ struct slbt_common_ctx { const char * release; const char * symfile; const char * regex; + const char * user; char ** targv; char ** cargv; }; -- cgit v1.2.3