From 7c3e61cef2f522ad4008682c5b7671eeee2bf0e5 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 14 Mar 2024 20:40:34 +0000 Subject: link mode: do not create dependency files for explicit archive outputs. --- 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 c0db6e1..e1b384e 100644 --- a/src/internal/slibtool_linkcmd_impl.h +++ b/src/internal/slibtool_linkcmd_impl.h @@ -68,7 +68,8 @@ int slbt_exec_link_create_archive( const struct slbt_driver_ctx * dctx, struct slbt_exec_ctx * ectx, const char * arfilename, - bool fpic); + bool fpic, + bool fdep); int slbt_exec_link_create_library( const struct slbt_driver_ctx * dctx, -- cgit v1.2.3