]> git.proxmox.com Git - mirror_qemu.git/blobdiff - meson.build
trace: simple: pass trace_file unmodified to config-host.h
[mirror_qemu.git] / meson.build
index a3424bce7d3aaa78746c0fe4536e6a3246c0e719..5418083db7cbfbdc534ce007ca7d2ced34b4689a 100644 (file)
@@ -1571,7 +1571,7 @@ config_host_data.set('HAVE_BROKEN_SIZE_MAX', not cc.compiles('''
 
 ignored = ['CONFIG_QEMU_INTERP_PREFIX'] # actually per-target
 arrays = ['CONFIG_BDRV_RW_WHITELIST', 'CONFIG_BDRV_RO_WHITELIST']
-strings = ['HOST_DSOSUF', 'CONFIG_IASL']
+strings = ['HOST_DSOSUF', 'CONFIG_IASL', 'CONFIG_TRACE_FILE']
 foreach k, v: config_host
   if ignored.contains(k)
     # do nothing