From e486b0e9cccc9f3ff5e2bfc518d7bb42324ffb2f Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 22 Mar 2024 02:46:35 +0000 Subject: slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx. --- src/internal/slibtool_ar_impl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/internal') diff --git a/src/internal/slibtool_ar_impl.h b/src/internal/slibtool_ar_impl.h index e02ff88..57ff1cc 100644 --- a/src/internal/slibtool_ar_impl.h +++ b/src/internal/slibtool_ar_impl.h @@ -36,6 +36,7 @@ struct ar_armaps_impl { struct slbt_archive_meta_impl { const struct slbt_driver_ctx * dctx; + struct slbt_archive_ctx * actx; size_t ofmtattr; size_t nentries; void * hdrinfov; -- cgit v1.2.3