This commit is contained in:
Jacob Jonsson 2025-11-29 01:05:09 +01:00
parent 59293d1690
commit 936bf470c7
Signed by: Jassob
GPG key ID: 7E30B9B047F7202E
3 changed files with 113 additions and 155 deletions

View file

@ -89,6 +89,7 @@ pub fn build(b: *std.Build) void {
});
exe.root_module.addImport("zircon", zircon.module("zircon"));
mod.addImport("zircon", zircon.module("zircon"));
exe.linkLibC();
// This declares intent for the executable to be installed into the