Skip to content

Commit

Permalink
Add SDK packages for 1.27.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Nov 27, 2014
1 parent 9feba75 commit a12b30e
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions emsdk_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"windows_url": "emscripten-clang_e1.22.0.zip",
"osx_url": "emscripten-clang_e1.22.0.tar.gz",
"activated_path": "%installation_dir%",
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
"activated_cfg": "LLVM_ROOT='%installation_dir%'",
"is_old": true
},
{
"id": "clang",
Expand All @@ -160,6 +161,15 @@
"activated_path": "%installation_dir%",
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
},
{
"id": "clang",
"version": "e1.27.0",
"bitness": 64,
"windows_url": "emscripten-clang_e1.27.0.zip",
"osx_url": "emscripten-clang_e1.27.0.tar.gz",
"activated_path": "%installation_dir%",
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
},
{
"id": "node",
"version": "0.10.17",
Expand Down Expand Up @@ -399,7 +409,8 @@
"unix_url": "emscripten-1.22.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",
Expand All @@ -410,6 +421,15 @@
"activated_path": "%installation_dir%",
"activated_env": "EMSCRIPTEN=%installation_dir%"
},
{
"id": "emscripten",
"version": "1.27.0",
"windows_url": "emscripten-1.27.0.zip",
"unix_url": "emscripten-1.27.0.tar.gz",
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
"activated_path": "%installation_dir%",
"activated_env": "EMSCRIPTEN=%installation_dir%"
},
{
"id": "emscripten",
"version": "incoming",
Expand Down Expand Up @@ -754,13 +774,15 @@
"version": "1.22.0",
"bitness": 64,
"uses": ["clang-e1.22.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.22.0"],
"os": "win"
"os": "win",
"is_old": true
},
{
"version": "1.22.0",
"bitness": 64,
"uses": ["clang-e1.22.0-64bit", "node-0.10.18-64bit", "emscripten-1.22.0"],
"os": "osx"
"os": "osx",
"is_old": true
},
{
"version": "1.25.0",
Expand All @@ -773,6 +795,18 @@
"bitness": 64,
"uses": ["clang-e1.25.0-64bit", "node-0.10.18-64bit", "emscripten-1.25.0"],
"os": "osx"
},
{
"version": "1.27.0",
"bitness": 64,
"uses": ["clang-e1.27.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.27.0"],
"os": "win"
},
{
"version": "1.27.0",
"bitness": 64,
"uses": ["clang-e1.27.0-64bit", "node-0.10.18-64bit", "emscripten-1.27.0"],
"os": "osx"
}
]
}

0 comments on commit a12b30e

Please sign in to comment.