From 873ecbda4d71a629a18e79561b0d9100217530c9 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 10 Apr 2016 08:07:32 -0400 Subject: driver: added -export-symbols 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 73683e9..44d596e 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 * symfile; const char * regex; char ** targv; char ** cargv; -- cgit v1.2.3