Interface NativePlatformToolChain
- All Known Subinterfaces:
GccPlatformToolChain
,SwiftcPlatformToolChain
,VisualCppPlatformToolChain
A platform specific configurable tool chain.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the platform which this tool chain builds for.
-
Method Details
-
getPlatform
NativePlatform getPlatform()Returns the platform which this tool chain builds for.
-