mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-08 07:31:32 +00:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
# Tell configure to use the tooltool rustc.
|
|
# Assume this is compiled with --enable-rpath so we don't
|
|
# have to set LD_LIBRARY_PATH.
|
|
RUSTC="$topsrcdir/rustc/bin/rustc"
|
|
|
|
# Enable rust in the build.
|
|
ac_add_options --enable-rust
|