Meson: Simplify

This commit is contained in:
Alastair Poole 2019-12-15 22:06:14 +00:00
parent 0573f46256
commit 0204fdbc65
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ endif
opt_clang_header_dir = get_option('libclang-headerdir')
opt_clang_link_dir = get_option('libclang-libdir')
if build_machine.system() == 'darwin'
if host_os == 'darwin'
if opt_clang_header_dir == ''
opt_clang_header_dir = '/usr/local/opt/llvm/include'
endif