blob: 4cd4cc48a73ec66fcb2942d20a9d7d8fa38d0730 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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
|