From 4af256bee433fadfacf2cb1e22dbe35c9e0a8fbf Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 3 Mar 2024 05:35:33 +0000 Subject: slbt_exec_link_create_library(): allow ar(1) driven invocations. --- src/internal/slibtool_linkcmd_impl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/internal') diff --git a/src/internal/slibtool_linkcmd_impl.h b/src/internal/slibtool_linkcmd_impl.h index 85d1e13..8451810 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -74,7 +74,9 @@ int slbt_exec_link_create_library( struct slbt_exec_ctx * ectx, const char * dsobasename, const char * dsofilename, - const char * relfilename); + const char * relfilename, + bool fardlopen); + int slbt_exec_link_create_executable( const struct slbt_driver_ctx * dctx, -- cgit v1.2.3