Skip to content

Commit

Permalink
Update src/config.zig
Browse files Browse the repository at this point in the history
Co-authored-by: hndrk <51416554+hendriknielaender@users.noreply.github.com>
  • Loading branch information
jinzhongjia and hendriknielaender authored Aug 8, 2024
1 parent e0cf7e4 commit 8e22235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.zig
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pub const zls_url = std.Uri.parse(zls_meta_url) catch unreachable;
pub const zig_name = switch (builtin.os.tag) {
.windows => "zig.exe",
.linux, .macos => "zig",
else => @compileError("not support current platform"),
else => @compileError("Current platform not supported"),
};

/// zig file name
Expand Down

0 comments on commit 8e22235

Please sign in to comment.