From 876ef71d1796fdac7f918762390324b8b7e6ff73 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Wed, 29 Apr 2026 14:00:00 +0200 Subject: build(go): cross compile This doesn't work, because there is a bug in Zig 0.15 that produces truncated or malformed archives (fixed in Zig 0.16). There also is an error when setting -target for zig cc and zig c++. --- build.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.zig') diff --git a/build.zig b/build.zig index a934bbc..5c08440 100644 --- a/build.zig +++ b/build.zig @@ -109,7 +109,7 @@ pub fn build(b: *std.Build) void { const example_run = b.addRunArtifact(example); examples_step.dependOn(&example_run.step); - const check = b.step("check", "Check if foo compiles"); + const check = b.step("check", "Check if it compiles"); check.dependOn(&lib.step); } -- cgit v1.2.3