Skip to content

Commit bf43e41

Browse files
committed
Improving comments in build.zig
1 parent b9cea17 commit bf43e41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.zig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@ pub fn build(b: *std.build.Builder) void {
2121
const mode = b.standardReleaseOptions();
2222
lib.setBuildMode(mode);
2323

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

2928
switch (target.getOsTag()) {

0 commit comments

Comments
 (0)