mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
configure: print rustc version
This commit is contained in:
parent
76e8c39faf
commit
6962c8b2c6
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -310,7 +310,7 @@ then
|
|||
if [ -f ${CFG_LOCAL_RUST_ROOT}/bin/rustc ]
|
||||
then
|
||||
LRV=`${CFG_LOCAL_RUST_ROOT}/bin/rustc --version`
|
||||
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: " $LRV
|
||||
step_msg "using rustc at: ${CFG_LOCAL_RUST_ROOT} with version: $LRV"
|
||||
CFG_RUSTC=${CFG_LOCAL_RUST_ROOT}/bin/rustc
|
||||
CFG_LOCAL_RUSTC=1
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue