From 73ca7898471c9aaf4552dac3935de343c4ef0ce5 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 9 Apr 2016 21:48:56 -0400 Subject: driver: added -export-symbols-regex support [no-op]. --- 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 cfad114..73683e9 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -156,6 +156,7 @@ struct slbt_common_ctx { char * libname; const char * rpath; const char * release; + const char * regex; char ** targv; char ** cargv; }; -- cgit v1.2.3