diff options
| author | 2024-03-31 09:59:51 -0400 | |
|---|---|---|
| committer | 2024-03-31 09:59:51 -0400 | |
| commit | 200c617c865a5952f0bd12378802cc06ea3eb1c2 (patch) | |
| tree | 2af456d4c62a08330cf961e7237f083fc4566370 /build.zig | |
| parent | Split out Unicode tests to separate file (diff) | |
| download | zg-200c617c865a5952f0bd12378802cc06ea3eb1c2.tar.gz zg-200c617c865a5952f0bd12378802cc06ea3eb1c2.tar.xz zg-200c617c865a5952f0bd12378802cc06ea3eb1c2.zip | |
Updated README
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -315,7 +315,7 @@ pub fn build(b: *std.Build) void { | |||
| 315 | scripts_data.addAnonymousImport("scripts", .{ .root_source_file = scripts_gen_out }); | 315 | scripts_data.addAnonymousImport("scripts", .{ .root_source_file = scripts_gen_out }); |
| 316 | 316 | ||
| 317 | // Properties | 317 | // Properties |
| 318 | const props_data = b.addModule("ScriptsData", .{ | 318 | const props_data = b.addModule("PropsData", .{ |
| 319 | .root_source_file = .{ .path = "src/PropsData.zig" }, | 319 | .root_source_file = .{ .path = "src/PropsData.zig" }, |
| 320 | .target = target, | 320 | .target = target, |
| 321 | .optimize = optimize, | 321 | .optimize = optimize, |