From 563d3641f228465e84275b70cbfc7bc719bcf445 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 1 Jan 2019 10:18:16 -0700 Subject: [PATCH] rust: Update llvm-config path --- recipes/rust/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/rust/config.toml b/recipes/rust/config.toml index fe2b8ec4a..fe9297b3b 100644 --- a/recipes/rust/config.toml +++ b/recipes/rust/config.toml @@ -19,5 +19,6 @@ cc = "x86_64-unknown-redox-gcc" cxx = "x86_64-unknown-redox-g++" ar = "x86_64-unknown-redox-ar" linker = "x86_64-unknown-redox-gcc" -llvm-config = "x86_64-unknown-redox-llvm-config" +# Nasty path, please fix +llvm-config = "../../../bin/x86_64-unknown-redox-llvm-config" crt-static = true