diff options
author | midipix <writeonce@midipix.org> | 2021-06-10 08:31:23 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-06-10 08:31:23 +0000 |
commit | 6f41153880f561e092fb7701a2db0facf6b6ffd9 (patch) | |
tree | 01f4371826c5cd595b84b81b46b2cbeb25b55e5b /src/internal/slibtool_driver_impl.h | |
parent | e0e31fbb6cf0f9b1feec89893747dd4df30cebf6 (diff) | |
download | slibtool-6f41153880f561e092fb7701a2db0facf6b6ffd9.tar.bz2 slibtool-6f41153880f561e092fb7701a2db0facf6b6ffd9.tar.xz |
driver: added --dumpmachine support.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-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 c70c334..b538ebc 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -24,6 +24,7 @@ enum app_tags { TAG_HELP_ALL, TAG_VERSION, TAG_CONFIG, + TAG_DUMPMACHINE, TAG_DEBUG, TAG_DRY_RUN, TAG_FEATURES, |