summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2025-06-16 17:51:16 +0000
committermidipix <writeonce@midipix.org>2025-06-16 17:51:16 +0000
commit6704d4790dfa6431cc6cbdbfd8b25bbb5996813f (patch)
treee5988308c6c9a1e6d8051c207de737f979d22ab6 /src/internal/slibtool_driver_impl.h
parent7dbb93fb71826953195824505d12d93780a4521a (diff)
downloadslibtool-6704d4790dfa6431cc6cbdbfd8b25bbb5996813f.tar.bz2
slibtool-6704d4790dfa6431cc6cbdbfd8b25bbb5996813f.tar.xz
slbt_init_host_params(): --mkvars=... code path: enable heuristics as needed.
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 6d8a027..9f272d4 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -348,7 +348,8 @@ int slbt_init_host_params(
const char * cfgmeta_as,
const char * cfgmeta_nm,
const char * cfgmeta_ranlib,
- const char * cfgmeta_dlltool);
+ const char * cfgmeta_dlltool,
+ const char * mkvars);
void slbt_free_host_params(struct slbt_host_strs * host);