Added packages for OSX Clang 3.3 and Emscripten 1.7.8.

This commit is contained in:
Jukka Jylänki
2013-11-21 16:45:48 +02:00
parent 4fcb639658
commit c7b010b0f7

View File

@@ -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"
}
]
}