Skip to content

Commit

Permalink
Update build.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored May 31, 2024
1 parent b84693c commit 7892186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ fn addExample(b: *std.Build, run_all: *std.Build.Step) !void {

// 04-01 start tcp server, and won't stop so we skip it here
// 04-02 is the server's client.
// 04-03 starts udp listener, and won't stop so we skip it here as well
// 04-03 starts udp listener.
if (std.mem.eql(u8, "04-01", name) or
std.mem.eql(u8, "04-02", name) or
std.mem.eql(u8, "04-03", name))
Expand Down

0 comments on commit 7892186

Please sign in to comment.