diff options
author | midipix <writeonce@midipix.org> | 2021-05-05 19:43:45 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-05-05 19:57:26 +0000 |
commit | 57ed911158ddb499f958edbdc9df93f5125d8aac (patch) | |
tree | dd51ec856f5790683c7c01095d6debb7d9ff1f83 /src/internal/slibtool_uninstall_impl.h | |
parent | 04b5c8008287b8d390556dda9a4006bca9d0822d (diff) | |
download | slibtool-57ed911158ddb499f958edbdc9df93f5125d8aac.tar.bz2 slibtool-57ed911158ddb499f958edbdc9df93f5125d8aac.tar.xz |
uninstall mode: driver: added (referential) --sysroot support.
Diffstat (limited to 'src/internal/slibtool_uninstall_impl.h')
-rw-r--r-- | src/internal/slibtool_uninstall_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_uninstall_impl.h b/src/internal/slibtool_uninstall_impl.h index b78bf37..bef25c5 100644 --- a/src/internal/slibtool_uninstall_impl.h +++ b/src/internal/slibtool_uninstall_impl.h @@ -8,6 +8,7 @@ extern const struct argv_option slbt_uninstall_options[]; enum uninstall_tags { TAG_UNINSTALL_HELP, TAG_UNINSTALL_VERSION, + TAG_UNINSTALL_SYSROOT, TAG_UNINSTALL_FORCE, TAG_UNINSTALL_RMDIR, TAG_UNINSTALL_VERBOSE, |