File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
core/org.eclipse.cdt.core/utils/org/eclipse/cdt/internal/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2012, 2024 Andrew Gvozdev and others.
2+ * Copyright (c) 2012, 2025 Andrew Gvozdev and others.
33 *
44 * This program and the accompanying materials
55 * are made available under the terms of the Eclipse Public License 2.0
@@ -371,7 +371,7 @@ public static String getMSysHome() {
371371 }
372372
373373 /**
374- * Check if MinGW is available in the path.
374+ * Check if MinGW is available in the specified path or via known installation hints .
375375 *
376376 * @param envPath
377377 * - list of directories to search for MinGW separated by path
@@ -380,7 +380,7 @@ public static String getMSysHome() {
380380 * @return {@code true} if MinGW is available, {@code false} otherwise.
381381 */
382382 public static boolean isAvailable (String envPath ) {
383- return isWindowsPlatform && findMingwInPath (envPath ) != null ;
383+ return isWindowsPlatform && findMinGWRoot (envPath , null ) != null ;
384384 }
385385
386386 /**
You can’t perform that action at this time.
0 commit comments