Backed out changeset 1bbf93c8f424 (bug 1653659) for causing xpcshell failures in test_hunspell.js

CLOSED TREE
This commit is contained in:
Alexandru Michis 2021-03-29 21:26:32 +03:00
Родитель 0f7ba7cb4b
Коммит 3c53d01f34
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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",
)