Add packages for Emscripten 1.13.1 and Clang 1.13.1.
This commit is contained in:
@@ -57,6 +57,15 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "clang",
|
||||||
|
"version": "e1.13.1",
|
||||||
|
"bitness": 64,
|
||||||
|
"windows_url": "emscripten-clang_e1.13.1.zip",
|
||||||
|
"osx_url": "emscripten-clang_e1.13.1.tar.gz",
|
||||||
|
"activated_path": "%installation_dir%",
|
||||||
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "node",
|
"id": "node",
|
||||||
"version": "0.10.17",
|
"version": "0.10.17",
|
||||||
@@ -212,6 +221,15 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "emscripten",
|
||||||
|
"version": "1.13.1",
|
||||||
|
"windows_url": "emscripten-1.13.1.zip",
|
||||||
|
"unix_url": "emscripten-1.13.1.tar.gz",
|
||||||
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||||
|
"activated_path": "%installation_dir%",
|
||||||
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "emscripten",
|
"id": "emscripten",
|
||||||
"version": "incoming",
|
"version": "incoming",
|
||||||
@@ -439,6 +457,18 @@
|
|||||||
"bitness": 64,
|
"bitness": 64,
|
||||||
"uses": ["clang-e1.13.0-64bit", "node-0.10.18-64bit", "emscripten-1.13.0"],
|
"uses": ["clang-e1.13.0-64bit", "node-0.10.18-64bit", "emscripten-1.13.0"],
|
||||||
"os": "osx"
|
"os": "osx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.13.1",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["clang-e1.13.1-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.13.1"],
|
||||||
|
"os": "win"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.13.1",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["clang-e1.13.1-64bit", "node-0.10.18-64bit", "emscripten-1.13.1"],
|
||||||
|
"os": "osx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user