Native-tool
Configuration
nativeTool()
nativeTool(name)
Describe an executable resolved from the host PATH. This is immutable serializable configuration, not a selectable target. Resolving it with nativeToolSpec() creates the memo dependency used by the selected workload that consumes the tool.
| Parameter | Type | Description |
|---|---|---|
| name | string | Executable name to look up on PATH, e.g. "cmake". |
Returns: object Serializable native-tool specification.