bug 1197248 - Don't try to --enable-rust on cross-mac builds yet. r=gps

This commit is contained in:
Ted Mielczarek 2015-08-21 11:35:13 -04:00
parent 042dab734d
commit c451a36ace

View File

@ -1,5 +1,7 @@
# Options to enable rust in automation builds.
if test `uname -s` != Linux; then
RUSTC="$topsrcdir/rustc/bin/rustc"
mk_add_options "export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$topsrcdir/rustc/lib"
ac_add_options --enable-rust
fi