| author | |
| committer | |
| log | f41cde3e423d1df8f74115d64f74e7233af83d42 |
| tree | f969b24aa768b9a53a6ec1d2a5a4f4f3d60997cf |
| parent | e439ced6a98e3f5ef0515edf62541e04e7826281 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/common.zig+1-1| ... | ... | @@ -204,7 +204,7 @@ pub fn get_module_from_dep(d: *u.Dep, dir: []const u8, parent_name: []const u8, |
| 204 | 204 | .system_lib => { |
| 205 | 205 | return u.Module{ |
| 206 | 206 | .is_sys_lib = true, |
| 207 | .id = "", | |
| 207 | .id = try u.do_hash(std.crypto.hash.sha3.Sha3_384, d.path), | |
| 208 | 208 | .name = d.path, |
| 209 | 209 | .only_os = d.only_os, |
| 210 | 210 | .except_os = d.except_os, |