From 3a1d58582f62f9574a7d20ec590ab3a90c3f802c Mon Sep 17 00:00:00 2001 From: Cody P Schafer Date: Tue, 18 Nov 2014 12:59:37 -0500 Subject: [PATCH] rust: make VERBOSE so we can use the error messages --- recipes/rust/rust.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/rust/rust.inc b/recipes/rust/rust.inc index 7289928..d6aed59 100644 --- a/recipes/rust/rust.inc +++ b/recipes/rust/rust.inc @@ -268,7 +268,7 @@ rust_runmake () { unset CXXFLAGS unset CPPFLAGS - oe_runmake "$@" + oe_runmake "VERBOSE=1" "$@" } do_compile () {