cargo.bbclass: update debug message
Hopefully this makes a bit more clear when you see this outputted.
This commit is contained in:
@@ -74,8 +74,8 @@ export CARGO_BUILD_FLAGS = "-v --target ${HOST_SYS} --release"
|
||||
# change if CARGO_BUILD_FLAGS changes.
|
||||
export CARGO_TARGET_SUBDIR="${HOST_SYS}/release"
|
||||
oe_cargo_build () {
|
||||
which cargo
|
||||
which rustc
|
||||
echo "cargo: $(which cargo)"
|
||||
echo "rustc: $(which rustc)"
|
||||
bbnote ${CARGO} build ${CARGO_BUILD_FLAGS} "$@"
|
||||
"${CARGO}" build ${CARGO_BUILD_FLAGS} "$@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user