Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MINGW_GCC (0.09 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/AvailableToolChains.java

                    return new InstalledMingwGcc(VersionNumber.UNKNOWN).inPath(compiler64Exe.getParentFile(), compiler32Exe.getParentFile());
                }
            }
    
            return new UnavailableToolChain(ToolFamily.MINGW_GCC);
        }
    
        static private ToolChainCandidate findCygwin() {
            // Search in the standard installation locations and construct
            File compiler64Exe = new File("C:/cygwin64/bin/g++.exe");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 41.6K bytes
    - Viewed (0)
Back to top