mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Cause configure script failure if no rustc found. Closes #127.
This commit is contained in:
parent
9971c4d6e0
commit
f586b0f947
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -278,7 +278,7 @@ then
|
|||
CFG_RUSTC = ${CFG_LOCAL_RUST_ROOT}/bin/rustc
|
||||
fi
|
||||
else
|
||||
probe CFG_RUSTC rustc
|
||||
probe_need CFG_RUSTC rustc
|
||||
fi
|
||||
|
||||
if [ ! -z "$CFG_ENABLE_CLANG" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue