| author | |
| committer | |
| log | 0ad1c04dd99d130f4fec124940f05df5132ee5a2 |
| tree | d35fdea48ad588e27385d5e9feed4d74771a9b31 |
| parent | 322215bf0afb32335dc75622632d411369a11e0a |
Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>1 files changed, 1 insertions(+), 1 deletions(-)
build.zig+1-1| ... | ... | @@ -741,7 +741,7 @@ const softfloat_sources = [_][]const u8{ |
| 741 | 741 | |
| 742 | 742 | const stage1_sources = [_][]const u8{ |
| 743 | 743 | "src/stage1/analyze.cpp", |
| 744 | "src/stage1/ast_render.cpp", | |
| 744 | "src/stage1/astgen.cpp", | |
| 745 | 745 | "src/stage1/bigfloat.cpp", |
| 746 | 746 | "src/stage1/bigint.cpp", |
| 747 | 747 | "src/stage1/buffer.cpp", |