Skip to content

Commit 9bc3843

Browse files
committed
fix(opentui): fix lib.zig path for source-patched build directory
1 parent 718a5b7 commit 9bc3843

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/opentui-builder/build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ fn buildTarget(
137137

138138
// Create the upstream OpenTUI lib module
139139
const upstream_module = b.createModule(.{
140-
.root_source_file = b.path("upstream/opentui/packages/core/src/zig/lib.zig"),
140+
.root_source_file = b.path("lib.zig"),
141141
.target = target,
142142
.optimize = optimize,
143143
});

0 commit comments

Comments
 (0)