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 /src/internal | |
parent | 5e58040cb4e77c2f3aae4cd20dd1f6eabc4b1ba3 (diff) | |
download | slibtool-873ecbda4d71a629a18e79561b0d9100217530c9.tar.bz2 slibtool-873ecbda4d71a629a18e79561b0d9100217530c9.tar.xz |
driver: added -export-symbols 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 712f79c..80cf5f7 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_FILE, TAG_EXPSYM_REGEX, TAG_VERSION_INFO, TAG_VERSION_NUMBER, |