diff options
author | midipix <writeonce@midipix.org> | 2016-04-10 08:07:32 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-10 08:07:32 -0400 |
commit | 873ecbda4d71a629a18e79561b0d9100217530c9 (patch) | |
tree | ee98121f08657a2b9b573b56d38564777544fb08 /include | |
parent | 5e58040cb4e77c2f3aae4cd20dd1f6eabc4b1ba3 (diff) | |
download | slibtool-873ecbda4d71a629a18e79561b0d9100217530c9.tar.bz2 slibtool-873ecbda4d71a629a18e79561b0d9100217530c9.tar.xz |
driver: added -export-symbols support [no-op].
Diffstat (limited to 'include')
-rw-r--r-- | include/slibtool/slibtool.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |