mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
Backed out changeset 1bbf93c8f424 (bug 1653659) for causing xpcshell failures in test_hunspell.js
CLOSED TREE
This commit is contained in:
parent
0f7ba7cb4b
commit
3c53d01f34
@ -4,6 +4,6 @@ base-toolchains*)
|
||||
# Clang versions < 8.0 don't support wasm.
|
||||
;;
|
||||
*)
|
||||
export WASM_SANDBOXED_LIBRARIES=graphite,ogg,hunspell
|
||||
export WASM_SANDBOXED_LIBRARIES=graphite,ogg
|
||||
;;
|
||||
esac
|
||||
|
@ -32,7 +32,6 @@ from mozpack.unify import UnifiedBuildFinder
|
||||
WASM_LIBS = (
|
||||
"Contents/MacOS/liboggwasm.dylib",
|
||||
"Contents/MacOS/libgraphitewasm.dylib",
|
||||
"Contents/MacOS/libhunspellwasm.dylib",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user