diff options
author | midipix <writeonce@midipix.org> | 2024-01-22 01:42:49 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2024-01-22 03:49:50 +0000 |
commit | b87f7032b8573966b0537698544c65fbb3f2c143 (patch) | |
tree | eadd79d7237281dede96a0908fde5ccea6c71cbe /src/internal | |
parent | 0b535fd267e5b8ebc031b5ca24984102adada87a (diff) | |
download | slibtool-b87f7032b8573966b0537698544c65fbb3f2c143.tar.bz2 slibtool-b87f7032b8573966b0537698544c65fbb3f2c143.tar.xz |
ar mode: added --version support.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/slibtool_ar_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index 9287832..18d1ba2 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -9,6 +9,7 @@ extern const struct argv_option slbt_ar_options[]; enum ar_tags { TAG_AR_HELP, + TAG_AR_VERSION, TAG_AR_CHECK, }; |