Files
zig/src
Bodie Solomon e6b69151c0 Fix 1117: Use realpath in stage1 Darwin os_self_exe_path
Issue: https://github.com/ziglang/zig/issues/1117

The macOS stage1 Zig compiler should look in Zig's real absolute path
for the Zig stdlib, but os_self_exe_path looks in its path as returned
by _NSGetExecutablePath, which may be a symlink.  This means that a
symlinked Zig cannot find the Zig stdlib.

This patch fixes the issue by resolving the _NSGetExecutablePath result
to the real path using realpath() before copying the result to the
output path.
2018-06-18 07:40:31 -04:00
..
2018-06-16 19:36:33 -04:00
2018-04-15 13:26:58 -04:00
2018-04-15 13:26:58 -04:00
2017-12-02 22:32:39 -05:00
2016-09-19 11:54:01 -04:00
2017-11-29 23:09:35 -05:00
2017-11-29 23:09:35 -05:00
2016-12-01 21:08:12 -05:00
2018-06-17 02:57:07 -04:00
2016-02-11 01:33:27 -07:00
2017-04-10 20:02:39 -04:00
2018-04-01 17:03:06 +12:00
2018-05-12 17:35:15 -04:00
2017-10-01 21:05:08 -04:00
2018-06-04 14:09:31 -04:00
2018-04-18 12:16:42 -04:00