gecko-dev/build/mozconfig.rust
2017-06-13 13:24:54 +03:00

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