Commit d6657f1
committed
Fix building on windows when using new syntax
The new sytax uses cwd() to strip the prefix when building using
original source location. We were not running it through
maybeWindowsPath which led to file not being found during
initialization. This PR fixes that and thus enables building on windows
using the new syntax.
Signed-off-by: karthik2804 <karthik.ganeshram@fermyon.com>1 parent e5bb0da commit d6657f1
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
250 | | - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
251 | 252 | | |
252 | 253 | | |
253 | 254 | | |
| |||
0 commit comments