Commit d1d9180
This PR implements support for the `linker.path` field in the Swift SDK toolset spec.
Depends on swiftlang/swift#68495 and swiftlang/swift-driver#1441.
### Motivation:
This field was previously parsed but not respected.
### Modifications:
Add `-ld-path=\(linker.path)` to the toolchain's Swift flags if a linker path override is supplied
### Result:
The linker path is now respected.
1 parent 89dee39 commit d1d9180
File tree
2 files changed
+12
-4
lines changed- Sources/PackageModel
- Tests/BuildTests
2 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
351 | 355 | | |
352 | 356 | | |
353 | 357 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3700 | 3700 | | |
3701 | 3701 | | |
3702 | 3702 | | |
3703 | | - | |
| 3703 | + | |
3704 | 3704 | | |
3705 | 3705 | | |
3706 | 3706 | | |
| |||
3781 | 3781 | | |
3782 | 3782 | | |
3783 | 3783 | | |
3784 | | - | |
| 3784 | + | |
| 3785 | + | |
| 3786 | + | |
3785 | 3787 | | |
3786 | 3788 | | |
3787 | 3789 | | |
| |||
3804 | 3806 | | |
3805 | 3807 | | |
3806 | 3808 | | |
3807 | | - | |
| 3809 | + | |
| 3810 | + | |
| 3811 | + | |
3808 | 3812 | | |
3809 | 3813 | | |
3810 | 3814 | | |
| |||
0 commit comments