mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 17:23:59 +00:00
1146465d8e
--HG-- extra : rebase_source : d28920594023bfdd956d0bbdf385e8d1fafb0656
12 lines
227 B
Plaintext
12 lines
227 B
Plaintext
ac_add_options --disable-compile-environment
|
|
|
|
# Override any toolchain defines we've inherited from other mozconfigs.
|
|
unset CC
|
|
unset CXX
|
|
unset HOST_CC
|
|
unset HOST_CXX
|
|
unset RUSTC
|
|
unset CARGO
|
|
unset MAKECAB
|
|
unset TOOLCHAIN_PREFIX
|