mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Fix some cases in the build where RUSTC and RUSTFLAGS are not set or exported, causing nonsensical build commands to be emitted.
This commit is contained in:
parent
43620bff1d
commit
1c42849932
2 changed files with 3 additions and 1 deletions
|
@ -49,6 +49,8 @@ endif
|
|||
|
||||
export CFG_RUSTC
|
||||
export CFG_RUSTC_FLAGS
|
||||
export RUSTC=$(CFG_RUSTC)
|
||||
export RUSTFLAGS=$(CFG_RUSTC_FLAGS)
|
||||
|
||||
######################################################################
|
||||
# Re-configuration
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 9733c605bd11dbd2ebbcd45e4629c157bb8cc01d
|
||||
Subproject commit 1104c30097301728beb81694296ebd28a4d08a48
|
Loading…
Add table
Add a link
Reference in a new issue