From a2aa784db35ca08cc5a7e65de1831cd53fb52346 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 26 Feb 2024 01:40:46 +0000 Subject: slbt_get_lconf_flags(): cache the configuration in library friendly form. --- src/internal/slibtool_driver_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal/slibtool_driver_impl.h') 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; -- cgit v1.2.3