From 2ba3fcabb9253548f4fc55c74ec976b9391d6fa8 Mon Sep 17 00:00:00 2001 From: juj Date: Fri, 18 Oct 2024 02:17:40 -0700 Subject: [PATCH] Remove old unsupported MinGW and Gnu grep tools. (#1468) --- emsdk_manifest.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/emsdk_manifest.json b/emsdk_manifest.json index be47335..04885f8 100644 --- a/emsdk_manifest.json +++ b/emsdk_manifest.json @@ -282,21 +282,6 @@ "custom_is_installed_script": "is_binaryen_installed", "custom_uninstall_script": "uninstall_binaryen" }, - { - "id": "gnu", - "version": "2.5.4", - "windows_url": "grep-2.5.4.zip", - "activated_path": "%installation_dir%/bin" - }, - { - "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%", - "is_old": true - }, { "id": "mingw", "version": "7.1.0",