From c7b010b0f7b9d0b49dd8ce376843d853996b51f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Thu, 21 Nov 2013 16:45:48 +0200 Subject: [PATCH] Added packages for OSX Clang 3.3 and Emscripten 1.7.8. --- emsdk_manifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index 246fe7a..63f15df 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -40,6 +40,14 @@ "activated_path": "%installation_dir%/bin", "activated_cfg": "LLVM_ROOT='%installation_dir%/bin'" }, + { + "id": "clang", + "version": "3.3", + "bitness": 64, + "osx_url": "clang%2Bllvm-3.3-x86_64-apple-darwin12.tar.gz", + "activated_path": "%installation_dir%/bin", + "activated_cfg": "LLVM_ROOT='%installation_dir%/bin'" + }, { "id": "node", "version": "0.10.17", @@ -287,6 +295,12 @@ "bitness": 64, "uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "java-7.45-64bit", "emscripten-1.7.8"], "os": "win" + }, + { + "version": "1.7.8", + "bitness": 64, + "uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.7.8"], + "os": "osx" } ] }