From 836676394368aaede30a0518d663d88e9dedabb3 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Tue, 31 Dec 2024 18:20:17 -0700 Subject: [PATCH] meson: Link to tomlplusplus statically --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index fae5ae9b13..b17a2e3264 100644 --- a/meson.build +++ b/meson.build @@ -2895,7 +2895,7 @@ config_host_data.set('CONFIG_CAPSTONE', capstone.found()) config_host_data.set('CONFIG_FDT', fdt.found()) config_host_data.set('CONFIG_SLIRP', slirp.found()) -tomlplusplus_proj = subproject('tomlplusplus') +tomlplusplus_proj = subproject('tomlplusplus', default_options: ['default_library=static']) tomlplusplus = tomlplusplus_proj.get_variable('tomlplusplus_dep') #####################