| author | |
| committer | |
| log | 55b4dbd8cc788e08aafcf365ad64a16508aa7f3d |
| tree | dd4d2c5f67b287a95837b3710b2b73f2466ff4f5 |
| parent | a99fce7f755328a452c4c21305514b7bcdc5c560 |
1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -15,7 +15,7 @@ pub fn build(b: *std.Build) void { |
| 15 | 15 | b.installArtifact(lib); |
| 16 | 16 | |
| 17 | 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 | 19 | .install_dir = .header, |
| 20 | 20 | .install_subdir = "unicode", |
| 21 | 21 | }); |