Skip to content

Commit 3005141

Browse files
committed
update to latest
1 parent 12b3be0 commit 3005141

File tree

2 files changed

+219
-128
lines changed

2 files changed

+219
-128
lines changed

src/build/GhosttyFrameData.zig

+7
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,10 @@ pub fn addImport(self: *const GhosttyFrameData, step: *std.Build.Step.Compile) v
3535
.root_source_file = self.output,
3636
});
3737
}
38+
39+
pub fn addModuleImport(self: *const GhosttyFrameData, module: *std.Build.Module) void {
40+
// self.output.addStepDependencies(&step.step);
41+
module.addAnonymousImport("framedata", .{
42+
.root_source_file = self.output,
43+
});
44+
}

0 commit comments

Comments
 (0)