Skip to content

Commit 73f4256

Browse files
authored
Refine clang build flags section
1 parent 33646d5 commit 73f4256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0403-swiftpm-mixed-language-targets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ The following flags are additionally used when compiling the Swift sub-target:
279279
The following flags are additionally used when compiling the Clang sub-target:
280280
1. `-I $(target’s path)` Adding the target's [path] allows for importing
281281
headers using paths relative to the root of the target.
282-
1. `-I /path/to/generated_swift_header/` The generated Swift header may be
282+
1. `-I /path/to/generated_swift_header_dir/` The generated Swift header may be
283283
needed when compiling the Clang sources.
284284

285285
#### Performing the build

0 commit comments

Comments
 (0)