summaryrefslogtreecommitdiffstats
path: root/build/mozconfig.rust
blob: 65177a6bd8e2bb838ec5f21eaa84870008fe9462 (plain)
1
2
3
4
5
6
7
8
9
10
# 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