Skip to content

Commit a66f0af

Browse files
authored
Merge pull request #1006 from nagisa/target-family-2
Adjust the definition of `target_family`
2 parents a1c98e5 + 9497269 commit a66f0af

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/conditional-compilation.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,15 @@ Example values:
132132

133133
### `target_family`
134134

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

137139
Example values:
138140

139141
* `"unix"`
140142
* `"windows"`
143+
* `"wasm"`
141144

142145
### `unix` and `windows`
143146

0 commit comments

Comments
 (0)