| author | |
| committer | |
| log | b2860aa3e4d86e8712192c8a2068867e3ed04ef2 |
| tree | 24c08952dde1a0e971d5c651bc90ee0b2ff7175c |
| parent | 1da9e0fcaf05fb78e4634278f51b6fe43509bd6f |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/libc_installation.zig+1| ... | ... | @@ -4,6 +4,7 @@ const Target = std.Target; |
| 4 | 4 | const fs = std.fs; |
| 5 | 5 | const Allocator = std.mem.Allocator; |
| 6 | 6 | const Batch = std.event.Batch; |
| 7 | const build_options = @import("build_options"); | |
| 7 | 8 | |
| 8 | 9 | const is_darwin = Target.current.isDarwin(); |
| 9 | 10 | const is_windows = Target.current.os.tag == .windows; |