Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LC_MESSAGES (0.13 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/metadata/AbstractMetadataProvider.java

        public SearchResult<T> getCompilerMetaData(List<File> path, Action<? super CompilerExecSpec> configureAction) {
            DefaultCompilerExecSpec execSpec = new DefaultCompilerExecSpec();
            execSpec.environment("LC_MESSAGES", "C");
            configureAction.execute(execSpec);
    
            List<String> allArgs = ImmutableList.<String>builder().addAll(execSpec.args).addAll(compilerArgs()).build();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 08 13:16:50 UTC 2024
    - 5.3K bytes
    - Viewed (0)
Back to top