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:
Brian J. Burg 2012-10-04 19:24:45 -07:00
parent 43620bff1d
commit 1c42849932
2 changed files with 3 additions and 1 deletions

View file

@ -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