mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
5552bc3c4a
Differential Revision: https://phabricator.services.mozilla.com/D101721
10 lines
242 B
Plaintext
10 lines
242 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
|
|
;;
|
|
esac
|