summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-13 16:22:20 +0000
committermidipix <writeonce@midipix.org>2024-02-13 16:22:20 +0000
commitfc8ee9c0c22a831f03d35885e14ac72ddc91a04c (patch)
tree0d4054263addb364ddf86309d46d5378237eca50 /src/internal/slibtool_driver_impl.h
parentc1f21665c7010c70b87f79e1b81dc7f2564f26c9 (diff)
downloadslibtool-fc8ee9c0c22a831f03d35885e14ac72ddc91a04c.tar.bz2
slibtool-fc8ee9c0c22a831f03d35885e14ac72ddc91a04c.tar.xz
driver: rlibtool mode: also derive DLLTOOL from the located libtool script.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index 948d68c..2644e27 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -245,7 +245,8 @@ int slbt_init_host_params(
struct slbt_host_params * host,
struct slbt_host_params * cfgmeta,
const char * cfgmeta_ar,
- const char * cfgmeta_ranlib);
+ const char * cfgmeta_ranlib,
+ const char * cfgmeta_dlltool);
void slbt_free_host_params(struct slbt_host_strs * host);