authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-12-28 19:22:11 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2024-12-28 19:22:11 -08:00
log55b4dbd8cc788e08aafcf365ad64a16508aa7f3d
treedd4d2c5f67b287a95837b3710b2b73f2466ff4f5
parenta99fce7f755328a452c4c21305514b7bcdc5c560

support running from inside zigmod folder


1 files changed, 1 insertions(+), 1 deletions(-)

build.zig+1-1
...@@ -15,7 +15,7 @@ pub fn build(b: *std.Build) void {...@@ -15,7 +15,7 @@ pub fn build(b: *std.Build) void {
15 b.installArtifact(lib);15 b.installArtifact(lib);
1616
17 b.installDirectory(.{17 b.installDirectory(.{
18 .source_dir = b.path(deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode"),18 .source_dir = .{ .cwd_relative = deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode" },
19 .install_dir = .header,19 .install_dir = .header,
20 .install_subdir = "unicode",20 .install_subdir = "unicode",
21 });21 });