From 0ed52828686af6868d2de2b76c7e37f45fa763b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 22 Apr 2014 19:46:49 +0300 Subject: [PATCH] Add Clang e1.16.0 and Emscripten 1.16.0. --- emsdk_manifest.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 0036d1f..949d8b5 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -66,6 +66,15 @@ "activated_path": "%installation_dir%", "activated_cfg": "LLVM_ROOT='%installation_dir%'" }, + { + "id": "clang", + "version": "e1.16.0", + "bitness": 64, + "windows_url": "emscripten-clang_e1.16.0.zip", + "osx_url": "emscripten-clang_e1.16.0.tar.gz", + "activated_path": "%installation_dir%", + "activated_cfg": "LLVM_ROOT='%installation_dir%'" + }, { "id": "node", "version": "0.10.17", @@ -248,6 +257,15 @@ "activated_path": "%installation_dir%", "activated_env": "EMSCRIPTEN=%installation_dir%" }, + { + "id": "emscripten", + "version": "1.16.0", + "windows_url": "emscripten-1.16.0.zip", + "unix_url": "emscripten-1.16.0.tar.gz", + "activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'", + "activated_path": "%installation_dir%", + "activated_env": "EMSCRIPTEN=%installation_dir%" + }, { "id": "emscripten", "version": "incoming", @@ -487,6 +505,18 @@ "bitness": 64, "uses": ["clang-e1.13.1-64bit", "node-0.10.18-64bit", "emscripten-1.13.1"], "os": "osx" + }, + { + "version": "1.16.0", + "bitness": 64, + "uses": ["clang-e1.16.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.16.0"], + "os": "win" + }, + { + "version": "1.16.0", + "bitness": 64, + "uses": ["clang-e1.16.0-64bit", "node-0.10.18-64bit", "emscripten-1.16.0"], + "os": "osx" } ] }