Bug 1667155 [wpt PR 25777] - [AspectRatio] Fix bug in flex-aspect-ratio-024 test...
[gecko.git] / build / mozconfig.rust
blobd12787f112433967ccacef26089dbd8dac063538
1 # Options to enable rust in automation builds.
3 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
5 # Tell configure to use the tooltool rustc.
6 RUSTC="$MOZ_FETCHES_DIR/rustc/bin/rustc"
7 CARGO="$MOZ_FETCHES_DIR/rustc/bin/cargo"
8 RUSTDOC="$MOZ_FETCHES_DIR/rustc/bin/rustdoc"
9 RUSTFMT="$MOZ_FETCHES_DIR/rustc/bin/rustfmt"
10 CBINDGEN="$MOZ_FETCHES_DIR/cbindgen/cbindgen"
12 ac_add_options --enable-rust-simd