summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-14 20:40:34 +0000
committermidipix <writeonce@midipix.org>2024-03-14 20:40:34 +0000
commit7c3e61cef2f522ad4008682c5b7671eeee2bf0e5 (patch)
treeee65b80d4d403f1a04b7ca3eb2dadf9f98375856 /src/internal
parenteac61a9b72fe08c4304722f8aa59edacbddc4fd8 (diff)
downloadslibtool-7c3e61cef2f522ad4008682c5b7671eeee2bf0e5.tar.bz2
slibtool-7c3e61cef2f522ad4008682c5b7671eeee2bf0e5.tar.xz
link mode: do not create dependency files for explicit archive outputs.
Diffstat (limited to 'src/internal')
-rw-r--r--src/internal/slibtool_linkcmd_impl.h3
1 files changed, 2 insertions, 1 deletions
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,