From 0f859168d7cb37b2cbb74d9405f8e2aa861c2a88 Mon Sep 17 00:00:00 2001 From: midipix Date: Wed, 6 Apr 2016 02:00:51 -0400 Subject: link mode: added -soname support. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index 60b3b73..1052303 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -93,6 +93,8 @@ struct slbt_exec_ctx { char ** fpic; char ** cass; char ** noundef; + char ** soname; + char ** lsoname; char ** lout[2]; char ** sentinel; FILE * fwrapper; -- cgit v1.2.3