From c4b07e16dbd81b9d3fd7c344323afd069cebd832 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 10 Feb 2024 04:23:04 +0000 Subject: link mode: move the shared library creation logic to its own translation unit. --- src/internal/slibtool_linkcmd_impl.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 96eb6fa..4ee6a1a 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -69,4 +69,11 @@ int slbt_exec_link_create_archive( const char * arfilename, bool fpic); +int slbt_exec_link_create_library( + const struct slbt_driver_ctx * dctx, + struct slbt_exec_ctx * ectx, + const char * dsobasename, + const char * dsofilename, + const char * relfilename); + #endif -- cgit v1.2.3