mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
dd612ebe20
The stable cargo now has all the features we need; pulling a separate cargo nightly package is unnecessary. MozReview-Commit-ID: FqWvSK0swsQ --HG-- extra : rebase_source : 3659f8fa6d4a9a70c0731650aeced899519617f9
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
# Tell configure to use the tooltool rustc.
|
|
# Assume this is compiled with --enable-rpath so we don't
|
|
# have to set LD_LIBRARY_PATH.
|
|
RUSTC="$topsrcdir/rustc/bin/rustc"
|
|
CARGO="$topsrcdir/rustc/bin/cargo"
|
|
|
|
# Enable rust in the build.
|
|
ac_add_options --enable-rust
|