From 57ed911158ddb499f958edbdc9df93f5125d8aac Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Wed, 5 May 2021 19:43:45 +0000
Subject: uninstall mode: driver: added (referential) --sysroot support.

---
 src/internal/slibtool_uninstall_impl.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src/internal')

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,
-- 
cgit v1.2.3