mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
stage2: add missing import to libc_installation.zig
This commit is contained in:
parent
1da9e0fcaf
commit
b2860aa3e4
@ -4,6 +4,7 @@ const Target = std.Target;
|
||||
const fs = std.fs;
|
||||
const Allocator = std.mem.Allocator;
|
||||
const Batch = std.event.Batch;
|
||||
const build_options = @import("build_options");
|
||||
|
||||
const is_darwin = Target.current.isDarwin();
|
||||
const is_windows = Target.current.os.tag == .windows;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user