| ... | @@ -4,6 +4,7 @@ const Target = std.Target; | ... | @@ -4,6 +4,7 @@ const Target = std.Target; |
| 4 | const fs = std.fs; | 4 | const fs = std.fs; |
| 5 | const Allocator = std.mem.Allocator; | 5 | const Allocator = std.mem.Allocator; |
| 6 | const Batch = std.event.Batch; | 6 | const Batch = std.event.Batch; |
| | 7 | const build_options = @import("build_options"); |
| 7 | | 8 | |
| 8 | const is_darwin = Target.current.isDarwin(); | 9 | const is_darwin = Target.current.isDarwin(); |
| 9 | const is_windows = Target.current.os.tag == .windows; | 10 | const is_windows = Target.current.os.tag == .windows; |