From: Katsuhiro Ueno <uen...@gmail.com> Without this, libvixl cannot be compiled with macOS 11.3 SDK due to include file name conflict (usr/include/c++/v1/version conflicts with VERSION).
Signed-off-by: Katsuhiro Ueno <uen...@gmail.com> Message-Id: <ca+pcdy09+oqfxq3ymrnuqe59acoq7py2q4hqowgq4pnepcx...@mail.gmail.com> Tested-by: Alexander Graf <ag...@csgraf.de> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/meson.build b/meson.build index 632b380738..20d7035e44 100644 --- a/meson.build +++ b/meson.build @@ -2145,6 +2145,7 @@ common_all = common_ss.apply(config_all, strict: false) common_all = static_library('common', build_by_default: false, sources: common_all.sources() + genh, + implicit_include_directories: false, dependencies: common_all.dependencies(), name_suffix: 'fa') -- 2.31.1