tenfourfox/build/macosx/mozconfig.rust

7 lines
149 B
Plaintext
Raw Normal View History

2017-04-19 07:56:45 +00:00
# Options to enable rust in automation builds.
if test `uname -s` != Linux; then
RUSTC="$topsrcdir/rustc/bin/rustc"
ac_add_options --enable-rust
fi