зеркало из https://github.com/mozilla/gecko-dev.git
13 строки
372 B
Plaintext
13 строки
372 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"
|
|
RUSTDOC="$TOOLTOOL_DIR/rustc/bin/rustdoc"
|
|
RUSTFMT="$TOOLTOOL_DIR/rustc/bin/rustfmt"
|
|
CBINDGEN="$TOOLTOOL_DIR/cbindgen/cbindgen"
|
|
|
|
ac_add_options --enable-rust-simd
|