Mark 1.21.0 as old.

This commit is contained in:
Jukka Jylänki
2014-10-06 16:07:01 +03:00
parent 500cdb9ad5
commit a4462f3c72

View File

@@ -139,7 +139,8 @@
"windows_url": "emscripten-clang_e1.21.0.zip", "windows_url": "emscripten-clang_e1.21.0.zip",
"osx_url": "emscripten-clang_e1.21.0.tar.gz", "osx_url": "emscripten-clang_e1.21.0.tar.gz",
"activated_path": "%installation_dir%", "activated_path": "%installation_dir%",
"activated_cfg": "LLVM_ROOT='%installation_dir%'" "activated_cfg": "LLVM_ROOT='%installation_dir%'",
"is_old": true
}, },
{ {
"id": "clang", "id": "clang",
@@ -388,7 +389,8 @@
"unix_url": "emscripten-1.21.0.tar.gz", "unix_url": "emscripten-1.21.0.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%",
"is_old": true
}, },
{ {
"id": "emscripten", "id": "emscripten",
@@ -738,13 +740,15 @@
"version": "1.21.0", "version": "1.21.0",
"bitness": 64, "bitness": 64,
"uses": ["clang-e1.21.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.21.0"], "uses": ["clang-e1.21.0-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.21.0"],
"os": "win" "os": "win",
"is_old": true
}, },
{ {
"version": "1.21.0", "version": "1.21.0",
"bitness": 64, "bitness": 64,
"uses": ["clang-e1.21.0-64bit", "node-0.10.18-64bit", "emscripten-1.21.0"], "uses": ["clang-e1.21.0-64bit", "node-0.10.18-64bit", "emscripten-1.21.0"],
"os": "osx" "os": "osx",
"is_old": true
}, },
{ {
"version": "1.22.0", "version": "1.22.0",