mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Merge pull request #3036 from servo/no-configure-rust-submodule
Only run configure in the Rust submodule when we actually use it.
This commit is contained in:
commit
c938e2fd58
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -654,7 +654,7 @@ do
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
if [ ${do_reconfigure} -ne 0 ]
|
if [ -z "$CFG_LOCAL_RUST_ROOT" -a ${do_reconfigure} -ne 0 ]
|
||||||
then
|
then
|
||||||
cd ${CFG_BUILD_DIR}src/compiler/rust
|
cd ${CFG_BUILD_DIR}src/compiler/rust
|
||||||
RUST_CONFIGURE_ARGS="--enable-debug"
|
RUST_CONFIGURE_ARGS="--enable-debug"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue