commit | 53e8868d69c195b6b57ccc6847057043c26df1b6 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 26 12:20:39 2023 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sun Dec 31 09:11:28 2023 +0100 |
tree | d184c2ec45a3ffa0a924fffa4ec0d7782f0ebf95 | |
parent | e7c22ff87aa3a71e6cad1e88c2651dde8c7d504b [diff] |
meson: remove OS definitions from config_targetos CONFIG_DARWIN, CONFIG_LINUX and CONFIG_BSD are used in some rules, but only CONFIG_LINUX has substantial use. Convert them all to if...endif. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>