summaryrefslogtreecommitdiff
path: root/src/internal
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-03-09 23:09:24 +0000
committermidipix <writeonce@midipix.org>2024-03-10 02:40:15 +0000
commitd054ee34663b98b4387690f83ac4d836891f9743 (patch)
tree20737807aa5c8885eb07bad4aa532083a73db303 /src/internal
parent9c46bdbfb161a06b5a3c0559abb456961ca519f9 (diff)
downloadslibtool-d054ee34663b98b4387690f83ac4d836891f9743.tar.bz2
slibtool-d054ee34663b98b4387690f83ac4d836891f9743.tar.xz
link mode: dlopen/dlpreopen the static archive as needed.
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 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,