Skip to content

Commit

Permalink
Merge pull request #1006 from nagisa/target-family-2
Browse files Browse the repository at this point in the history
Adjust the definition of `target_family`
  • Loading branch information
ehuss authored May 3, 2021
2 parents a1c98e5 + 9497269 commit a66f0af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/conditional-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,15 @@ Example values:

### `target_family`

Key-value option set at most once with the target's operating system value.
Key-value option providing a more generic description of a target, such as the family of the
operating systems or architectures that the target generally falls into. Any number of
`target_family` key-value pairs can be set.

Example values:

* `"unix"`
* `"windows"`
* `"wasm"`

### `unix` and `windows`

Expand Down

0 comments on commit a66f0af

Please sign in to comment.