Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toolChainFor (0.38 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/AbstractVisualStudioProjectIntegrationTest.groovy

                return osFamily
            }
        }
    
        protected String configureToolChainSupport(String architecture) {
            return """
                model {
                    toolChains {
                        toolChainFor${architecture.capitalize()}Architecture(Gcc) {
                            path "/not/found"
                            target("host:${architecture}")
                        }
                    }
                }
            """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top