build: framegen can use self-hosted

This was a red herring when I was doing the 0.15 port. It works with
self-hosted just fine.
pull/9021/head
Mitchell Hashimoto 2025-10-03 14:41:03 -07:00
parent 42a38ff672
commit e07415a2e2
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
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"),