diff --git a/build.zig b/build.zig index 80f240e..9daf68a 100644 --- a/build.zig +++ b/build.zig @@ -6,6 +6,8 @@ const Run = Step.Run; const Module = Build.Module; const Import = Module.Import; +pub fn build(_: *Build) void {} + pub fn import(name: []const u8, module: *Module) Import { return .{ .name = name, .module = module }; }