From 979507dfb71780d8ac2bd393d4e914e5578900f9 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 19 Jul 2024 01:03:37 +0000 Subject: driver: added the -print-shared-ext and -print-static-ext output commands. --- src/skin/slbt_skin_default.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/skin') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index 07f099d..8ae0833 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -46,6 +46,16 @@ const slbt_hidden struct argv_option slbt_default_options[] = { "for additional information, see the slibtoolize(1) " "manual page."}, + {"print-shared-ext", 0,TAG_PRINT_SHARED_EXT,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "print the shared library extension for the specified " + "(or otherwise detected) host."}, + + {"print-static-ext", 0,TAG_PRINT_STATIC_EXT,ARGV_OPTARG_NONE, + ARGV_OPTION_HYBRID_ONLY,0,0, + "print the static library extension for the specified " + "(or otherwise detected) host."}, + {"finish", 0,TAG_FINISH,ARGV_OPTARG_NONE,0,0,0, "same as --mode=finish"}, -- cgit v1.2.3