Bug 1688832: part 9) Change argument of `nsFrameSelection::TakeFocus` from pointer...
[gecko.git] / build / mozconfig.wasm-sandboxing
blob4cd4cc48a73ec66fcb2942d20a9d7d8fa38d0730
1 # Tell the build system about bits to build sandboxed wasm libraries.
2 case "$PERFHERDER_EXTRA_OPTIONS" in
3 base-toolchains*)
4     # Clang versions < 8.0 don't support wasm.
5     ;;
6 *)
7     export WASM_SANDBOXED_LIBRARIES=graphite,ogg
8     ;;
9 esac