Fix precompiled library support + testing (#444)

Support multiple libraries for precompiled things, as we use a
different one for LTO, etc.
This commit is contained in:
Alon Zakai
2020-03-05 10:45:46 -08:00
committed by GitHub
parent 3264996587
commit 8a35734a47
3 changed files with 17 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ open('hello_world.cpp', 'w').write('int main() {}')
TAGS = json.loads(open('emscripten-releases-tags.txt').read())
LIBC = os.path.expanduser('~/.emscripten_cache/wasm-obj/libc.a')
LIBC = os.path.expanduser('~/.emscripten_cache/wasm/libc.a')
# Tests