From d054ee34663b98b4387690f83ac4d836891f9743 Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 9 Mar 2024 23:09:24 +0000 Subject: link mode: dlopen/dlpreopen the static archive as needed. --- src/internal/slibtool_linkcmd_impl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 8451810..bc57f3d 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -29,7 +29,8 @@ bool slbt_adjust_object_argument( bool slbt_adjust_wrapper_argument( char * arg, - bool fpic); + bool fpic, + const char * suffix); int slbt_adjust_linker_argument( const struct slbt_driver_ctx * dctx, -- cgit v1.2.3