Add packages for 1.34.1 SDK release.
This commit is contained in:
@@ -211,7 +211,8 @@
|
||||
"windows_url": "emscripten-clang_e1.29.0.zip",
|
||||
"osx_url": "emscripten-clang_e1.29.0.tar.gz",
|
||||
"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%'",
|
||||
"is_old": true
|
||||
},
|
||||
{
|
||||
"id": "clang",
|
||||
@@ -222,6 +223,15 @@
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
|
||||
},
|
||||
{
|
||||
"id": "clang",
|
||||
"version": "e1.34.1",
|
||||
"bitness": 64,
|
||||
"windows_url": "emscripten-clang_e1.34.1.zip",
|
||||
"osx_url": "emscripten-clang_e1.34.1.tar.gz",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'"
|
||||
},
|
||||
{
|
||||
"id": "node",
|
||||
"version": "0.10.17",
|
||||
@@ -539,7 +549,8 @@
|
||||
"unix_url": "emscripten-1.29.0.tar.gz",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%",
|
||||
"is_old": true
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
@@ -550,6 +561,15 @@
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "1.34.1",
|
||||
"windows_url": "emscripten-1.34.1.zip",
|
||||
"unix_url": "emscripten-1.34.1.tar.gz",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "tag-%tag%",
|
||||
@@ -1009,13 +1029,15 @@
|
||||
"version": "1.29.0",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-e1.29.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.29.0"],
|
||||
"os": "win"
|
||||
"os": "win",
|
||||
"is_old": true
|
||||
},
|
||||
{
|
||||
"version": "1.29.0",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-e1.29.0-64bit", "node-0.10.18-64bit", "emscripten-1.29.0"],
|
||||
"os": "osx"
|
||||
"os": "osx",
|
||||
"is_old": true
|
||||
},
|
||||
{
|
||||
"version": "1.30.0",
|
||||
@@ -1029,6 +1051,18 @@
|
||||
"uses": ["clang-e1.30.0-64bit", "node-0.12.2-64bit", "emscripten-1.30.0"],
|
||||
"os": "osx"
|
||||
},
|
||||
{
|
||||
"version": "1.34.1",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-e1.34.1-64bit", "node-0.12.2-64bit", "python-2.7.5.3-64bit", "emscripten-1.34.1"],
|
||||
"os": "win"
|
||||
},
|
||||
{
|
||||
"version": "1.34.1",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-e1.34.1-64bit", "node-0.12.2-64bit", "emscripten-1.34.1"],
|
||||
"os": "osx"
|
||||
},
|
||||
{
|
||||
"version": "tag-%tag%",
|
||||
"bitness": 32,
|
||||
|
||||
Reference in New Issue
Block a user