blob: c9cfbe23db03268f4579be5e32eded340c9ee4a1 [file] [log] [blame]
# 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