mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 05:11:16 +00:00
6468f48fe5
Differential Revision: https://phabricator.services.mozilla.com/D116548
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
# Tell the build system about bits to build sandboxed wasm libraries.
|
|
case "$PERFHERDER_EXTRA_OPTIONS" in
|
|
base-toolchains*)
|
|
# Clang versions < 8.0 don't support wasm.
|
|
;;
|
|
*)
|
|
export WASM_SANDBOXED_LIBRARIES=graphite,ogg,hunspell
|
|
;;
|
|
esac
|