Add Emscripten 1.37.1 manifest.
This commit is contained in:
@@ -252,6 +252,17 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
|
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "clang",
|
||||||
|
"version": "e1.37.1",
|
||||||
|
"bitness": 64,
|
||||||
|
"windows_url": "llvm/tag/win_64bit/emscripten-llvm-e1.37.1.zip",
|
||||||
|
"osx_url": "llvm/tag/osx_64bit/emscripten-llvm-e1.37.1.tar.gz",
|
||||||
|
"linux_url": "llvm/tag/linux_64bit/emscripten-llvm-e1.37.1.tar.gz",
|
||||||
|
"activated_path": "%installation_dir%",
|
||||||
|
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%';BINARYEN_ROOT='%installation_dir%/binaryen'",
|
||||||
|
"activated_env": "BINARYEN_ROOT=%installation_dir%/binaryen"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "node",
|
"id": "node",
|
||||||
"version": "0.10.17",
|
"version": "0.10.17",
|
||||||
@@ -621,6 +632,15 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "emscripten",
|
||||||
|
"version": "1.37.1",
|
||||||
|
"windows_url": "https://github.com/kripken/emscripten/archive/1.37.1.zip",
|
||||||
|
"unix_url": "https://github.com/kripken/emscripten/archive/1.37.1.tar.gz",
|
||||||
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||||
|
"activated_path": "%installation_dir%",
|
||||||
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "emscripten",
|
"id": "emscripten",
|
||||||
"version": "tag-%tag%",
|
"version": "tag-%tag%",
|
||||||
@@ -1250,6 +1270,12 @@
|
|||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "emscripten-1.35.0"],
|
"uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "emscripten-1.35.0"],
|
||||||
"os": "osx"
|
"os": "osx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.37.1",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["clang-e1.37.1-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "emscripten-1.37.1"],
|
||||||
|
"os": "win"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user