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.
pull/9029/head
Mitchell Hashimoto 2025-10-04 14:08:42 -07:00 committed by GitHub
commit 503a25653f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

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"),