Interface NativePlatformToolChain
-
- All Known Subinterfaces:
GccPlatformToolChain
,SwiftcPlatformToolChain
,VisualCppPlatformToolChain
@Incubating public interface NativePlatformToolChain
A platform specific configurable tool chain.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NativePlatform
getPlatform()
Returns the platform which this tool chain builds for.
-
-
-
Method Detail
-
getPlatform
NativePlatform getPlatform()
Returns the platform which this tool chain builds for.
-
-