diff options
author | midipix <writeonce@midipix.org> | 2016-04-09 21:48:56 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-04-09 21:48:56 -0400 |
commit | 73ca7898471c9aaf4552dac3935de343c4ef0ce5 (patch) | |
tree | 54cd7d03eeeb0021de801bcefe31722e86e44be0 /include | |
parent | 79c501c4deee52047bd00d7c72800d5784293ee4 (diff) | |
download | slibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.bz2 slibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.xz |
driver: added -export-symbols-regex 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 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; }; |