mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
meson: Link to tomlplusplus statically
This commit is contained in:
committed by
mborgerson
parent
084b40fc53
commit
8366763943
+1
-1
@@ -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')
|
||||
|
||||
#####################
|
||||
|
||||
Reference in New Issue
Block a user