config/functions: add llvm-config to meson cross file

This commit is contained in:
Lukas Rusak 2018-06-01 09:36:22 -07:00
parent 8f321e9e99
commit 926ad175ca
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -186,6 +186,7 @@ cpp = '$CXX'
ar = '$AR'
strip = '$STRIP'
pkgconfig = '$PKG_CONFIG'
llvm-config = '$SYSROOT_PREFIX/usr/bin/llvm-config-host'
[host_machine]
system = 'linux'