mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
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:
parent
b3c5ef5456
commit
8ec6eceda0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user