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:
@@ -114,7 +114,7 @@
|
||||
"activated_path": "%installation_dir%/emscripten",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten'",
|
||||
"emscripten_releases_hash": "%releases-tag%",
|
||||
"pregenerated_cache": "wasm-obj"
|
||||
"pregenerated_cache": ["wasm", "wasm-obj", "wasm-bc"]
|
||||
},
|
||||
{
|
||||
"id": "releases",
|
||||
@@ -129,7 +129,7 @@
|
||||
"activated_path": "%installation_dir%/emscripten",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%/fastcomp/bin';BINARYEN_ROOT='%installation_dir%';EMSCRIPTEN_ROOT='%installation_dir%/emscripten';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/bin/optimizer%.exe%'",
|
||||
"emscripten_releases_hash": "%releases-tag%",
|
||||
"pregenerated_cache": "asmjs"
|
||||
"pregenerated_cache": ["asmjs"]
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user