We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 718a5b7 commit 9bc3843Copy full SHA for 9bc3843
1 file changed
packages/opentui-builder/build.zig
@@ -137,7 +137,7 @@ fn buildTarget(
137
138
// Create the upstream OpenTUI lib module
139
const upstream_module = b.createModule(.{
140
- .root_source_file = b.path("upstream/opentui/packages/core/src/zig/lib.zig"),
+ .root_source_file = b.path("lib.zig"),
141
.target = target,
142
.optimize = optimize,
143
});
0 commit comments