From ee89d408a930e2374d993032415bd564cc9fc870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jukka=20Jyl=C3=A4nki?= Date: Wed, 12 Jul 2017 13:21:11 +0300 Subject: [PATCH] Update to MinGW 7.1.0 64-bit --- emsdk_manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index a5f8ab4..033ceac 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -894,7 +894,16 @@ "bitness": 32, "windows_url": "mingw_4.6.2_32bit.zip", "activated_cfg": "MINGW_ROOT='%installation_dir%'", - "activated_path": "%installation_dir%" + "activated_path": "%installation_dir%", + "is_old": true + }, + { + "id": "mingw", + "version": "7.1.0", + "bitness": 64, + "windows_url": "mingw_7.1.0_64bit.zip", + "activated_cfg": "MINGW_ROOT='%installation_dir%'", + "activated_path": "%installation_dir%/bin" } ],