]> git.proxmox.com Git - mirror_qemu.git/blobdiff - dump/meson.build
gitlab: disable FF_SCRIPT_SECTIONS on msys jobs
[mirror_qemu.git] / dump / meson.build
index df52ee4268fec124a4a4db7959dba556a1398865..4277ce9328a3c41f21ca4b8fa1836e5dfa000f30 100644 (file)
@@ -1,2 +1,2 @@
-softmmu_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
-specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: files('win_dump.c'))
+system_ss.add([files('dump.c', 'dump-hmp-cmds.c'), snappy, lzo])
+specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: files('win_dump.c'))