Blame build/mozconfig.rust

Packit f0b94e
# Options to enable rust in automation builds.
Packit f0b94e
Packit f0b94e
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
Packit f0b94e
Packit f0b94e
# Tell configure to use the tooltool rustc.
Packit f0b94e
RUSTC="$TOOLTOOL_DIR/rustc/bin/rustc"
Packit f0b94e
CARGO="$TOOLTOOL_DIR/rustc/bin/cargo"
Packit f0b94e
Packit f0b94e
ac_add_options --enable-rust-simd