Commit ca73b29
authored
Make sure we don't get backslashes in the Prebuilts Manifest (#9112)
We are running into cases where, if the Windows prebuilts build runs
last, it's the one producing the prebuilts manifest. Since we're using
RelativePath to for the library include paths, it's resulting in Windows
paths being used and that fails on the other platforms. This change
makes sure we always use forward slashes which will work on all
platforms.
Note to do this we're copying over the manifest types to the
BuildPrebuilts script temporarily to so we don't need to make changes in
6.2.0. We'll revisit this for the next release where we probably should
use per platform JSON files.1 parent add4f13 commit ca73b29
File tree
2 files changed
+5
-5
lines changed- Sources
- Workspace
- swift-build-prebuilts
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
640 | 640 | | |
641 | 641 | | |
642 | 642 | | |
643 | | - | |
| 643 | + | |
644 | 644 | | |
645 | 645 | | |
646 | 646 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
| |||
0 commit comments