Update to use @import("builtin") where required

This commit is contained in:
Lee Cannon
2021-10-07 12:34:14 +01:00
parent b63339e350
commit 90f8109639
4 changed files with 12 additions and 8 deletions

View File

@@ -1,7 +1,8 @@
const std = @import("std");
const headerPkg = @import("header");
const builtin = @import("builtin");
const suffix = if (std.builtin.os.tag == .windows) ".exe" else "";
const suffix = if (builtin.os.tag == .windows) ".exe" else "";
const allocator = std.heap.page_allocator;
const initialize_msg =