diff options
Diffstat (limited to 'docs/users')
| -rw-r--r-- | docs/users/host-dependencies.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/users/host-dependencies.md b/docs/users/host-dependencies.md index 061e21804..6521d28dd 100644 --- a/docs/users/host-dependencies.md +++ b/docs/users/host-dependencies.md @@ -57,3 +57,9 @@ else() # This is a cross build endif() ``` + +## Host-only ports + +Some ports are host-only: script ports and tool ports are common examples. +In this case, you can use the `"native"` supports expression to describe this. +This supports expression is true when `TARGET_TRIPLET == HOST_TRIPLET`. |
