wip 2
This commit is contained in:
parent
59293d1690
commit
936bf470c7
3 changed files with 113 additions and 155 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue