rust: make VERBOSE so we can use the error messages

This commit is contained in:
Cody P Schafer
2014-11-18 12:59:37 -05:00
parent d245dd729f
commit 3a1d58582f
+1 -1
View File
@@ -268,7 +268,7 @@ rust_runmake () {
unset CXXFLAGS unset CXXFLAGS
unset CPPFLAGS unset CPPFLAGS
oe_runmake "$@" oe_runmake "VERBOSE=1" "$@"
} }
do_compile () { do_compile () {