From 926ad175cafd2f8b2f48b604f006ace55e1b873c Mon Sep 17 00:00:00 2001 From: Lukas Rusak Date: Fri, 1 Jun 2018 09:36:22 -0700 Subject: [PATCH] config/functions: add llvm-config to meson cross file --- config/functions | 1 + 1 file changed, 1 insertion(+) diff --git a/config/functions b/config/functions index 743b979175..6d2b75f63f 100644 --- a/config/functions +++ b/config/functions @@ -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'