| author | |
| committer | |
| log | d2fb223cd68241830f193152432744647da55892 |
| tree | eaef64c86c8299b3fe8a4ad1ccd63d788bf4ab48 |
| parent | 1178c053a1376f9df0399e4ae0cdbbbc8e45eb02 |
1 files changed, 3 insertions(+), 0 deletions(-)
src/cmd_fetch.zig+3| ... | ... | @@ -30,6 +30,9 @@ pub fn execute(args: [][]u8) !void { |
| 30 | 30 | \\ for (packages) |pkg| { |
| 31 | 31 | \\ exe.addPackage(pkg); |
| 32 | 32 | \\ } |
| 33 | \\ if (c_include_dirs.len > 0 or c_source_files.len > 0) { | |
| 34 | \\ exe.linkLibC(); | |
| 35 | \\ } | |
| 33 | 36 | \\ for (c_include_dirs) |dir| { |
| 34 | 37 | \\ exe.addIncludeDir(dir); |
| 35 | 38 | \\ } |