Skip to content

Commit

Permalink
meson: Link to tomlplusplus statically
Browse files Browse the repository at this point in the history
  • Loading branch information
mborgerson committed Jan 2, 2025
1 parent cbb707f commit 5079dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,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')

#####################
Expand Down

0 comments on commit 5079dc9

Please sign in to comment.