tenfourfox/build/macosx/mozconfig.rust
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

7 lines
149 B
Plaintext

# Options to enable rust in automation builds.
if test `uname -s` != Linux; then
RUSTC="$topsrcdir/rustc/bin/rustc"
ac_add_options --enable-rust
fi