Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getCompilerPath (0.14 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/ArchitectureDescriptorBuilder.java

        }
    
        File getBinPath(File basePath) {
            return new File(basePath, binPath);
        }
    
        File getLibPath(File basePath) {
            return new File(basePath, libPath);
        }
    
        File getCompilerPath(File basePath) {
            return new File(getBinPath(basePath), COMPILER_FILENAME);
        }
    
        File getCrossCompilePath(File basePath) {
            return null;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top