| author | |
| committer | |
| log | 3d228ccdc54576621743e4a74f274b97210073ff |
| tree | fc07e3c9f2c4d42dfcc7a27dd8800654b0a97106 |
| parent | 43b20ecf1c3fd2fb5a09d539d7b3f7bdee0e12f8 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd_fetch.zig+1-1| ... | ... | @@ -184,7 +184,7 @@ fn print_csrc_flags_to(w: fs.File.Writer, list: []u.Module) !void { |
| 184 | 184 | if (mod.is_sys_lib) { |
| 185 | 185 | continue; |
| 186 | 186 | } |
| 187 | if (mod.c_source_flags.len == 0) { | |
| 187 | if (mod.c_source_flags.len == 0 and mod.c_source_files.len == 0) { | |
| 188 | 188 | continue; |
| 189 | 189 | } |
| 190 | 190 | try w.print(" pub const @\"{s}\" = {s}", .{mod.id, "&.{"}); |