Bug 41406: Do not define `--without-wasm-sandboxed-libraries` if `WASI_SYSROOT` is defined:
If WASI_SYSROOT
is defined, we should not define --without-wasm-sandboxed-libraries
in the mozconfig.
On the other hand, if it isn't defined, it should be safe to define it also in the main mozconfig.
Also, an if
added with !384 (merged).
Fixes #41406 (closed).
Edited by Pier Angelo Vendrame