Interface GccCommandLineToolConfiguration
- All Superinterfaces:
CommandLineToolConfiguration
An executable tool used for GCC that allows customizing the executable.
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the executable file for this tool.void
setExecutable
(String file) Set the name of the executable file for this tool.Methods inherited from interface org.gradle.nativeplatform.toolchain.CommandLineToolConfiguration
withArguments
-
Method Details
-
getExecutable
String getExecutable()The name of the executable file for this tool. -
setExecutable
Set the name of the executable file for this tool. The executable will be located in the tool chain path.
-