Commit b2860aa3e4

Andrew Kelley <andrew@ziglang.org>
2020-09-15 21:52:58
stage2: add missing import to libc_installation.zig
1 parent 1da9e0f
Changed files (1)
src-self-hosted
src-self-hosted/libc_installation.zig
@@ -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;