From af48d3eca38ff4116eea71b805311ce9ed4cf0ad Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 23 Mar 2024 16:46:24 +0000 Subject: slibtoolize: driver: added support for --copy, --force, and --install. --- src/internal/slibtool_driver_impl.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index 458f74f..b726f32 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -105,6 +105,9 @@ enum app_tags { /* slibtoolize (stoolie) mode */ TAG_STLE_VERSION, TAG_STLE_HELP, + TAG_STLE_COPY, + TAG_STLE_FORCE, + TAG_STLE_INSTALL, }; struct slbt_split_vector { -- cgit v1.2.3