From 3e1a248dacb07f05e9b46e94647695faa28f1dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Tue, 19 Nov 2013 21:01:41 +0200 Subject: [PATCH] Added 32-bit mingw package. --- emsdk_manifest.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index b0f3c5a..8af5b21 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -186,6 +186,14 @@ "windows_url": "crunch_1.03.zip", "activated_cfg": "CRUNCH='%installation_dir%/crunch.exe'", "activated_path": "%installation_dir%" + }, + { + "id": "mingw", + "version": "4.6.2", + "bitness": 32, + "windows_url": "mingw_4.6.2_32bit.zip", + "activated_cfg": "MINGW_ROOT='%installation_dir%'", + "activated_path": "%installation_dir%" } ],