Skip to content

Commit 75eebe0

Browse files
uenoBbonzini
authored andcommitted
meson: Set implicit_include_directories to false
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 <[email protected]> Message-Id: <CA+pCdY09+OQfXq3YmRNuQE59ACOq7Py2q4hqOwgq4PnepCXhTA@mail.gmail.com> Tested-by: Alexander Graf <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent aaad026 commit 75eebe0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -2145,6 +2145,7 @@ common_all = common_ss.apply(config_all, strict: false)
21452145
common_all = static_library('common',
21462146
build_by_default: false,
21472147
sources: common_all.sources() + genh,
2148+
implicit_include_directories: false,
21482149
dependencies: common_all.dependencies(),
21492150
name_suffix: 'fa')
21502151

0 commit comments

Comments
 (0)