build: framegen can use self-hosted (#9021)

This was a red herring when I was doing the 0.15 port. It works with
self-hosted just fine.
This commit is contained in:
Mitchell Hashimoto
2025-10-04 14:08:42 -07:00
committed by GitHub

View File

@@ -43,7 +43,6 @@ pub fn distResources(b: *std.Build) struct {
.root_module = b.createModule(.{
.target = b.graph.host,
}),
.use_llvm = true,
});
exe.addCSourceFile(.{
.file = b.path("src/build/framegen/main.c"),