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 /src/internal | |
parent | 79c501c4deee52047bd00d7c72800d5784293ee4 (diff) | |
download | slibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.bz2 slibtool-73ca7898471c9aaf4552dac3935de343c4ef0ce5.tar.xz |
driver: added -export-symbols-regex support [no-op].
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_driver_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 5e7edad..712f79c 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -34,6 +34,7 @@ enum app_tags { TAG_OUTPUT, TAG_RPATH, TAG_RELEASE, + TAG_EXPSYM_REGEX, TAG_VERSION_INFO, TAG_VERSION_NUMBER, TAG_NO_SUPPRESS, |