diff options
| author | 2024-03-27 08:58:02 -0400 | |
|---|---|---|
| committer | 2024-03-27 08:58:02 -0400 | |
| commit | d7b7a7a30c42140bb5f479a1d157ab258fc34c98 (patch) | |
| tree | 09c168f7c393f2d1a19bde59fd3b3719c595ef3d /build.zig | |
| parent | Rename DisplayWidthData (diff) | |
| download | zg-d7b7a7a30c42140bb5f479a1d157ab258fc34c98.tar.gz zg-d7b7a7a30c42140bb5f479a1d157ab258fc34c98.tar.xz zg-d7b7a7a30c42140bb5f479a1d157ab258fc34c98.zip | |
Export CaseData
Diffstat (limited to 'build.zig')
| -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, |