Commit 7ffb21c
authored
Keep executable path (#1459)
The Swift driver uses the location of the driver to search for other
binaries including the swift-frontend, legacy driver, etc...
Dropping the filepath means that we lose this information and search
from the current working directory instead of where the driver exists,
which then results in the driver failing.1 parent f178c1a commit 7ffb21c
1 file changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
370 | | - | |
| 369 | + | |
| 370 | + | |
371 | 371 | | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | 372 | | |
| 373 | + | |
376 | 374 | | |
377 | 375 | | |
0 commit comments