mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 1197248 - Don't try to --enable-rust on cross-mac builds yet. r=gps
This commit is contained in:
parent
042dab734d
commit
c451a36ace
@ -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