| author | |
| committer | |
| log | 3d73683c1305e86f39e4f50fd5c3b10540b06c7b |
| tree | 0d22436145b10c490f31bb0eef0b5a04adb3eba9 |
| parent | 78a35f3bc98a380f06a374f34f23af903315cafa |
1 files changed, 1 insertions(+), 0 deletions(-)
src/util/dep_type.zig+1| ... | ... | @@ -13,6 +13,7 @@ pub const DepType = enum { |
| 13 | 13 | .system_lib => {}, |
| 14 | 14 | .git => { |
| 15 | 15 | _ = try u.run_cmd(null, &[_][]const u8{"git", "clone", rpath, dpath}); |
| 16 | _ = try u.run_cmd(null, &[_][]const u8{"git", "submodule", "update", "--init", "--recursive"}); | |
| 16 | 17 | }, |
| 17 | 18 | .hg => { _ = try u.run_cmd(null, &[_][]const u8{"hg", "clone", rpath, dpath}); }, |
| 18 | 19 | } |