make naming more consistent

This commit is contained in:
torque 2024-03-08 23:46:43 -08:00
parent 259c22999c
commit 27667032e1
Signed by: torque
SSH Key Fingerprint: SHA256:nCrXefBNo6EbjNSQhv0nXmEg/VuNq3sMF5b8zETw3Tk
2 changed files with 2 additions and 2 deletions

View File

@ -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;