Files
zig/src-self-hosted
Andrew Kelley 44c14749a1 expand argv[0] when spawning system C compiler
Some C compilers, such as Clang, are known to rely on
argv[0] to find the path to their own executable,
without even bothering to resolve PATH. This results
in the message:

error: unable to execute command: Executable "" doesn't exist!

So we tell ChildProcess to expand argv[0] to the absolute path
to give them a helping hand.
2020-02-17 00:58:30 -05:00
..
2020-02-16 13:25:30 -05:00
2019-11-26 11:52:12 +02:00
2019-12-29 11:04:58 +02:00
2018-11-13 05:08:37 -08:00
2020-02-16 13:25:30 -05:00