Bug 1498115 - Part 1: Remove the FlexboxContainerProperties component. r=pbro
[gecko.git] / build / mozconfig.rust
blob240c10fb1eb2d8f6ce78cfc3155b404f30f731b6
1 # Options to enable rust in automation builds.
3 TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
5 # Tell configure to use the tooltool rustc.
6 RUSTC="$TOOLTOOL_DIR/rustc/bin/rustc"
7 CARGO="$TOOLTOOL_DIR/rustc/bin/cargo"
8 RUSTDOC="$TOOLTOOL_DIR/rustc/bin/rustdoc"
9 RUSTFMT="$TOOLTOOL_DIR/rustc/bin/rustfmt"
10 CBINDGEN="$TOOLTOOL_DIR/cbindgen/cbindgen"
12 ac_add_options --enable-rust-simd