build: rename ast_render in build.zig.

Signed-off-by: Takeshi Yoneda <takeshi@tetrate.io>
This commit is contained in:
Takeshi Yoneda 2021-05-30 20:28:46 +09:00 committed by Andrew Kelley
parent 322215bf0a
commit 0ad1c04dd9

View File

@ -741,7 +741,7 @@ const softfloat_sources = [_][]const u8{
const stage1_sources = [_][]const u8{
"src/stage1/analyze.cpp",
"src/stage1/ast_render.cpp",
"src/stage1/astgen.cpp",
"src/stage1/bigfloat.cpp",
"src/stage1/bigint.cpp",
"src/stage1/buffer.cpp",