mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
6114ac52a6
The unix mozconfig.rust is actually completely generic now that we're using toolchains built with --enable-rpath in tooltool. Move the mozconfig.rust fragment up a level to reduce confusion.
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
# Options to enable rust in automation builds.
|
|
|
|
# Tell configure to use the tooltool rustc.
|
|
# Assume this is compiled with --enable-rpath so we don't
|
|
# have to set LD_LIBRARY_PATH.
|
|
RUSTC="$topsrcdir/rustc/bin/rustc"
|
|
|
|
# Enable rust in the build.
|
|
ac_add_options --enable-rust
|