From 0020bd7437ae4d3102dbf96fbfd4ec76ed754fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Fri, 13 Nov 2015 17:02:12 +0200 Subject: [PATCH] Add packages for emsdk 1.35.0 release. --- emsdk_manifest.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 425dc03..06fa21c 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -232,6 +232,15 @@ "activated_path": "%installation_dir%", "activated_cfg": "LLVM_ROOT='%installation_dir%';EMSCRIPTEN_NATIVE_OPTIMIZER='%installation_dir%/optimizer%.exe%'" }, + { + "id": "clang", + "version": "e1.35.0", + "bitness": 64, + "windows_url": "emscripten-clang_e1.35.0.zip", + "osx_url": "emscripten-clang_e1.35.0.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", @@ -592,6 +601,15 @@ "activated_path": "%installation_dir%", "activated_env": "EMSCRIPTEN=%installation_dir%" }, + { + "id": "emscripten", + "version": "1.35.0", + "windows_url": "emscripten-1.35.0.zip", + "unix_url": "emscripten-1.35.0.tar.gz", + "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", + "activated_path": "%installation_dir%", + "activated_env": "EMSCRIPTEN=%installation_dir%" + }, { "id": "emscripten", "version": "tag-%tag%", @@ -1108,6 +1126,18 @@ "bitness": 64, "uses": ["clang-e1.34.1-64bit", "node-0.12.2-64bit", "emscripten-1.34.1"], "os": "osx" + }, + { + "version": "1.35.0", + "bitness": 64, + "uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "python-2.7.5.3-64bit", "emscripten-1.35.0"], + "os": "win" + }, + { + "version": "1.35.0", + "bitness": 64, + "uses": ["clang-e1.35.0-64bit", "node-4.1.1-64bit", "emscripten-1.35.0"], + "os": "osx" } ] }