Added Emscripten 1.8.2 package and SDK.
This commit is contained in:
@@ -158,6 +158,15 @@
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "1.8.2",
|
||||
"windows_url": "emscripten-1.8.2.zip",
|
||||
"unix_url": "emscripten-1.8.2.tar.gz",
|
||||
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",
|
||||
"activated_path": "%installation_dir%",
|
||||
"activated_env": "EMSCRIPTEN=%installation_dir%"
|
||||
},
|
||||
{
|
||||
"id": "emscripten",
|
||||
"version": "incoming",
|
||||
@@ -301,6 +310,24 @@
|
||||
"bitness": 64,
|
||||
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.7.8"],
|
||||
"os": "osx"
|
||||
},
|
||||
{
|
||||
"version": "1.8.2",
|
||||
"bitness": 32,
|
||||
"uses": ["clang-3.2-32bit", "node-0.10.17-32bit", "python-2.7.5.3-32bit", "emscripten-1.8.2"],
|
||||
"os": "win"
|
||||
},
|
||||
{
|
||||
"version": "1.8.2",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-3.2-64bit", "node-0.10.17-64bit", "python-2.7.5.3-64bit", "emscripten-1.8.2"],
|
||||
"os": "win"
|
||||
},
|
||||
{
|
||||
"version": "1.8.2",
|
||||
"bitness": 64,
|
||||
"uses": ["clang-3.2-64bit", "node-0.10.18-64bit", "emscripten-1.8.2"],
|
||||
"os": "osx"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user