From 086a40be96ac5092eccc9d860f550e169e53a7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Sun, 12 Apr 2015 15:57:37 +0300 Subject: [PATCH] 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. --- emsdk_manifest.json | 1 - 1 file changed, 1 deletion(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index d7c91a7..32c9992 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -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%'",