summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_driver_impl.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-02-26 01:40:46 +0000
committermidipix <writeonce@midipix.org>2024-02-26 01:40:46 +0000
commita2aa784db35ca08cc5a7e65de1831cd53fb52346 (patch)
tree746f75dfcd519dd6165918838618d37f30b0e07d /src/internal/slibtool_driver_impl.h
parent3d2f83b5a3d42dd9b3430379a08a81f8004c7eb4 (diff)
downloadslibtool-a2aa784db35ca08cc5a7e65de1831cd53fb52346.tar.bz2
slibtool-a2aa784db35ca08cc5a7e65de1831cd53fb52346.tar.xz
slbt_get_lconf_flags(): cache the configuration in library friendly form.
Diffstat (limited to 'src/internal/slibtool_driver_impl.h')
-rw-r--r--src/internal/slibtool_driver_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h
index b6ab601..3b989b5 100644
--- a/src/internal/slibtool_driver_impl.h
+++ b/src/internal/slibtool_driver_impl.h
@@ -142,6 +142,7 @@ struct slbt_driver_ctx_impl {
struct slbt_host_strs ahost;
struct slbt_fd_ctx fdctx;
struct slbt_map_info lconf;
+ struct slbt_txtfile_ctx * lconfctx;
struct slbt_obj_list * objlistv;
const struct slbt_archive_ctx * arctx;