mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-04 16:15:25 +00:00
129bc3aeeb
Add a mozconfig fragment enabling rust on mac builds. Include it in the official integration mozconfig files only. Developer checkouts don't require rust.
6 lines
194 B
Plaintext
6 lines
194 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
RUSTC="$topsrcdir/rustc/bin/rustc"
|
|
mk_add_options "export DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$topsrcdir/rustc/lib"
|
|
ac_add_options --enable-rust
|