From 9aa1f4b19f4d7a635c744f4241ec64a7745bd83a Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 9 Apr 2016 19:54:53 -0400 Subject: driver: added -release support. --- 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 fc29bef..dbc6897 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -154,6 +154,7 @@ struct slbt_common_ctx { const char * output; char * libname; const char * rpath; + const char * release; char ** targv; char ** cargv; }; -- cgit v1.2.3