make naming more consistent
This commit is contained in:
parent
259c22999c
commit
27667032e1
@ -8,8 +8,8 @@ pub fn build(b: *std.Build) void {
|
||||
const target = b.standardTargetOptions(.{});
|
||||
const optimize = b.standardOptimizeOption(.{});
|
||||
|
||||
const yaml_zig = b.addModule("libyaml", .{
|
||||
.source_file = .{ .path = "src/yaml.zig" },
|
||||
const yaml_zig = b.addModule("zaye", .{
|
||||
.source_file = .{ .path = "src/zaye.zig" },
|
||||
});
|
||||
// yaml_zig.addIncludePath(.{ .path = b.getInstallPath(.header, "") });
|
||||
// _ = yaml_zig;
|
||||
|
Loading…
x
Reference in New Issue
Block a user