mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
9c23847d05
MozReview-Commit-ID: DPos5SYGT1W
10 lines
245 B
Plaintext
10 lines
245 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"
|
|
|
|
ac_add_options --enable-rust-simd
|