From ec217812bf4766e9867869f501d2a0ea179c386f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Fri, 28 Feb 2014 12:49:30 +0200 Subject: [PATCH] Add emsdk packages for v1.12.0. --- emsdk_manifest.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 4466f5f..7d1ff64 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -167,6 +167,15 @@ "activated_path": "%installation_dir%", "activated_env": "EMSCRIPTEN=%installation_dir%" }, + { + "id": "emscripten", + "version": "1.12.0", + "windows_url": "emscripten-1.12.0.zip", + "unix_url": "emscripten-1.12.0.tar.gz", + "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", + "activated_path": "%installation_dir%", + "activated_env": "EMSCRIPTEN=%installation_dir%" + }, { "id": "emscripten", "version": "incoming", @@ -328,6 +337,24 @@ "bitness": 64, "uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.8.2"], "os": "osx" + }, + { + "version": "1.12.0", + "bitness": 32, + "uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.12.0"], + "os": "win" + }, + { + "version": "1.12.0", + "bitness": 64, + "uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.12.0"], + "os": "win" + }, + { + "version": "1.12.0", + "bitness": 64, + "uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.12.0"], + "os": "osx" } ] }