diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2022-02-01 16:29:22 +0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-02-21 10:35:53 +0100 |
commit | 71bc6dfbe6c0403389908edab073e18646054560 (patch) | |
tree | 4e2842bc7df80ba041fbca4d6a3618eff79736fe /meson.build | |
parent | fa142ec89a71a238662474f0643ac22a99712afe (diff) |
meson: drop --with-win-sdk
It's no longer used.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meson.build b/meson.build index 5ad346816e..20d599034b 100644 --- a/meson.build +++ b/meson.build @@ -3403,11 +3403,6 @@ endif if targetos == 'darwin' summary_info += {'Objective-C compiler': ' '.join(meson.get_compiler('objc').cmd_array())} endif -if targetos == 'windows' - if 'WIN_SDK' in config_host - summary_info += {'Windows SDK': config_host['WIN_SDK']} - endif -endif summary_info += {'CFLAGS': ' '.join(get_option('c_args') + ['-O' + get_option('optimization')] + (get_option('debug') ? ['-g'] : []))} |