| author | |
| committer | |
| log | 1376091153bc4d58122b5703bd6d3e4da6daeb49 |
| tree | 77ba37603be35627e01b6c5c83a38d176a8033cc |
| parent | 62154e94f30c155dfb9c2ffea8445a1330ce7331 |
anyone who needs it can uncomment it when they need it3 files changed, 9 insertions(+), 12 deletions(-)
build.zig+5-5| ... | @@ -17,11 +17,11 @@ pub fn build(b: *std.Build) void { | ... | @@ -17,11 +17,11 @@ pub fn build(b: *std.Build) void { |
| 17 | lib.use_lld = !disable_llvm; | 17 | lib.use_lld = !disable_llvm; |
| 18 | b.installArtifact(lib); | 18 | b.installArtifact(lib); |
| 19 | 19 | ||
| 20 | b.installDirectory(.{ | 20 | // b.installDirectory(.{ |
| 21 | .source_dir = .{ .cwd_relative = deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode" }, | 21 | // .source_dir = .{ .cwd_relative = deps.dirs._w3gat1zdicyt ++ "/icu4c/source/common/unicode" }, |
| 22 | .install_dir = .header, | 22 | // .install_dir = .header, |
| 23 | .install_subdir = "unicode", | 23 | // .install_subdir = "unicode", |
| 24 | }); | 24 | // }); |
| 25 | 25 | ||
| 26 | const tests = b.addTest(.{ | 26 | const tests = b.addTest(.{ |
| 27 | .root_source_file = b.path("test.zig"), | 27 | .root_source_file = b.path("test.zig"), |
licenses.txt-3| ... | @@ -2,6 +2,3 @@ MIT: | ... | @@ -2,6 +2,3 @@ MIT: |
| 2 | = https://spdx.org/licenses/MIT | 2 | = https://spdx.org/licenses/MIT |
| 3 | - This | 3 | - This |
| 4 | - git https://github.com/nektro/zig-unicode-ucd | 4 | - git https://github.com/nektro/zig-unicode-ucd |
| 5 | |||
| 6 | Unspecified: | ||
| 7 | - git https://github.com/unicode-org/icu |
zigmod.yml+4-4| ... | @@ -6,7 +6,7 @@ description: An implementation of International Components for Unicode in only Z | ... | @@ -6,7 +6,7 @@ description: An implementation of International Components for Unicode in only Z |
| 6 | dependencies: | 6 | dependencies: |
| 7 | - src: git https://github.com/nektro/zig-unicode-ucd | 7 | - src: git https://github.com/nektro/zig-unicode-ucd |
| 8 | 8 | ||
| 9 | root_dependencies: | 9 | # root_dependencies: |
| 10 | - src: git https://github.com/unicode-org/icu | 10 | # - src: git https://github.com/unicode-org/icu |
| 11 | id: w3gat1zdicytwwvxn7rqgs0a9wgv7om530itr1t7 | 11 | # id: w3gat1zdicytwwvxn7rqgs0a9wgv7om530itr1t7 |
| 12 | keep: true | 12 | # keep: true |