diff options
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -277,7 +277,7 @@ pub fn build(b: *std.Build) void { | |||
| 277 | num_data.addAnonymousImport("numeric", .{ .root_source_file = num_gen_out }); | 277 | num_data.addAnonymousImport("numeric", .{ .root_source_file = num_gen_out }); |
| 278 | 278 | ||
| 279 | // Letter case | 279 | // Letter case |
| 280 | const case_data = b.createModule(.{ | 280 | const case_data = b.addModule("CaseData", .{ |
| 281 | .root_source_file = .{ .path = "src/CaseData.zig" }, | 281 | .root_source_file = .{ .path = "src/CaseData.zig" }, |
| 282 | .target = target, | 282 | .target = target, |
| 283 | .optimize = optimize, | 283 | .optimize = optimize, |