Commit 49ed191
committed
TSCBasic: correct
This would fail to properly resolve the symbolic links on Windows since
the result of the resolution would be a path relative to the location of
the original path. However, we would instead treat the path as the
absolute path. Correct this which is required to resolve modulemaps
inside of directories with symbolic links.
This was found by building IndexStoreDB on Windows with SwiftPM.resolveSymlink on Windows1 parent 8f9838e commit 49ed191
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
29 | 30 | | |
30 | | - | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments