mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
|
|
|
|
# Tell configure to use the tooltool rustc.
|
|
RUSTC="$TOOLTOOL_DIR/rustc/bin/rustc"
|
|
CARGO="$TOOLTOOL_DIR/rustc/bin/cargo"
|