mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 15:15:23 +00:00
c87ae9e0a0
MozReview-Commit-ID: 37l7NzHMzoa
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/cargo/bin/cargo"
|
|
|
|
# Enable rust in the build.
|
|
ac_add_options --enable-rust
|