From 767c5178168a24012fe9002ac3ae930d53375949 Mon Sep 17 00:00:00 2001
From: Erik Faye-Lund
cross-llvm.ini
[binaries]
...
llvm-config = '/usr/lib/llvm-config-32'
-Then configure meson:
-
+Then configure meson:
meson builddir/ --cross-file cross-llvm.ini
See the Cross Compilation section for more information.
-
+
For older versions of meson $PATH (or %PATH% on
windows) will be searched for llvm-config (and llvm-config$version and
llvm-config-$version), you can override this environment variable to control
the search: PATH=/path/with/llvm-config:$PATH meson build.
-
PKG_CONFIG_PATHThe -- 2.30.2