Create mbSearch function
It would be so awesome... It would be so cool...
This commit is contained in:
parent
78a5d5e9d9
commit
1d4f79206a
5 changed files with 67 additions and 60 deletions
|
|
@ -65,6 +65,9 @@ pub fn build(b: *std.Build) void {
|
|||
.root_module = exe_mod,
|
||||
});
|
||||
|
||||
const zig_time_dep = b.dependency("zeit", .{});
|
||||
exe.root_module.addImport("zeit", zig_time_dep.module("zeit"));
|
||||
|
||||
// This declares intent for the executable to be installed into the
|
||||
// standard location when the user invokes the "install" step (the default
|
||||
// step when running `zig build`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue