8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
# 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
|