Update manifest for OSX tools.
This commit is contained in:
@@ -8,6 +8,14 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
"activated_cfg": "LLVM_ROOT='%installation_dir%'"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "clang",
|
||||||
|
"version": "3.2",
|
||||||
|
"bitness": 64,
|
||||||
|
"osx_url": "clang+llvm-3.2-x86_64-apple-darwin11.tar.gz",
|
||||||
|
"activated_path": "%installation_dir%/bin",
|
||||||
|
"activated_cfg": "LLVM_ROOT='%installation_dir%/bin'"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "node",
|
"id": "node",
|
||||||
"version": "0.10.17",
|
"version": "0.10.17",
|
||||||
@@ -17,6 +25,14 @@
|
|||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'"
|
"activated_cfg": "NODE_JS='%installation_dir%/node.exe'"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "node",
|
||||||
|
"version": "0.10.18",
|
||||||
|
"bitness": 64,
|
||||||
|
"osx_url": "node-v0.10.18-darwin-x64.tar.gz",
|
||||||
|
"activated_path": "%installation_dir%/bin",
|
||||||
|
"activated_cfg": "NODE_JS='%installation_dir%/bin/node'"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "python",
|
"id": "python",
|
||||||
"version": "2.7.5.1",
|
"version": "2.7.5.1",
|
||||||
@@ -36,6 +52,7 @@
|
|||||||
"id": "emscripten",
|
"id": "emscripten",
|
||||||
"version": "1.5.6",
|
"version": "1.5.6",
|
||||||
"windows_url": "emscripten_1.5.6.zip",
|
"windows_url": "emscripten_1.5.6.zip",
|
||||||
|
"unix_url": "emscripten_1.5.6.tar.gz",
|
||||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||||
"activated_path": "%installation_dir%",
|
"activated_path": "%installation_dir%",
|
||||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||||
@@ -80,7 +97,14 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5.6",
|
"version": "1.5.6",
|
||||||
"bitness": 32,
|
"bitness": 32,
|
||||||
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "emscripten-1.5.6"]
|
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.1-32bit", "emscripten-1.5.6"],
|
||||||
|
"os": "win"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"version": "1.5.6",
|
||||||
|
"bitness": 64,
|
||||||
|
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.5.6"],
|
||||||
|
"os": "osx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user