From 16c7ebad1d691fee0610176498ecc32914f51fc9 Mon Sep 17 00:00:00 2001 From: Jacob Sandlund Date: Sun, 27 Jul 2025 18:48:39 -0400 Subject: [PATCH] Add TODO about configuration --- src/build/SharedDeps.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/build/SharedDeps.zig b/src/build/SharedDeps.zig index 8875c98a7..669fa5892 100644 --- a/src/build/SharedDeps.zig +++ b/src/build/SharedDeps.zig @@ -27,6 +27,8 @@ pub fn init(b: *std.Build, cfg: *const Config) !SharedDeps { .unicode_tables = try .init(b), .framedata = try .init(b), .uucode_table_data = b.dependency("uucode", .{ + // TODO: i'll add a nicer option to configure the tables rather + // than needing to type out the zig code as a string. .@"table_configs.zig" = @as( []const u8, \\const types = @import("types.zig");