Remove bitness on precompiled 1.30.0 Emscripten package, since the binary portion of it (optimizer.exe) comes as part of the precompiled clang instead.

This commit is contained in:
Jukka Jylänki
2015-04-12 15:57:37 +03:00
parent 299ef1b977
commit 086a40be96

View File

@@ -516,7 +516,6 @@
{
"id": "emscripten",
"version": "1.30.0",
"bitness": 64,
"windows_url": "emscripten-1.30.0.zip",
"unix_url": "emscripten-1.30.0.tar.gz",
"activated_cfg": "EMSCRIPTEN_ROOT='%installation_dir%'",