We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f20ad commit 4ba4ce0Copy full SHA for 4ba4ce0
build.zig
@@ -28,7 +28,7 @@ const jsruntime_pkgs = jsruntime.packages(jsruntime_path);
28
/// which zig version to install.
29
const recommended_zig_version = jsruntime.recommended_zig_version;
30
31
-pub fn build(b: *std.build.Builder) !void {
+pub fn build(b: *std.Build) !void {
32
switch (comptime builtin.zig_version.order(std.SemanticVersion.parse(recommended_zig_version) catch unreachable)) {
33
.eq => {},
34
.lt => {
0 commit comments