mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-30 18:31:08 +00:00
12ddb6a1e7
MozReview-Commit-ID: 4qRccUcXq6O --HG-- extra : rebase_source : 684fd08a18f55a1f620fa305b22b31e002077a0a
11 lines
287 B
Plaintext
11 lines
287 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"
|
|
|
|
ac_add_options --enable-rust-simd
|