mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
9d13707bca
MozReview-Commit-ID: 8LMdpdqbrFS --HG-- extra : rebase_source : e23b7e467993963eb1a69637dacdabb7cbff3e90
12 lines
329 B
Plaintext
12 lines
329 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"
|
|
RUSTDOC="$TOOLTOOL_DIR/rustc/bin/rustdoc"
|
|
RUSTFMT="$TOOLTOOL_DIR/rustc/bin/rustfmt"
|
|
|
|
ac_add_options --enable-rust-simd
|