Skip to content

Commit

Permalink
Improving comments in build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
daneelsan committed Jan 22, 2022
1 parent b9cea17 commit bf43e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ pub fn build(b: *std.build.Builder) void {
const mode = b.standardReleaseOptions();
lib.setBuildMode(mode);

// Options: x86_64-windows, x86_64-macos, x86_64-linux.
// Common options: x86_64-windows, x86_64-linux, x86_64-macos, aarch64-macos.
const target = b.standardTargetOptions(.{});
// std.debug.print("Default target: {}\n", .{target});
lib.setTarget(target);

switch (target.getOsTag()) {
Expand Down

0 comments on commit bf43e41

Please sign in to comment.