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

--HG--
extra : commitid : Ih7sMe6g288
extra : rebase_source : fe1c6600a382bab00364ea619d04b7de3065eea9
This commit is contained in:
Ted Mielczarek 2015-08-21 11:35:13 -04:00
parent b3c5ef5456
commit 8ec6eceda0

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