1 parent 7f2a99f commit 733a661Copy full SHA for 733a661
1 file changed
build.zig
@@ -108,13 +108,13 @@ pub fn build(b: *std.Build) !void {
108
test_c_step.dependOn(&run_c_test.step);
109
}
110
111
- const doc_lib = b.addLibrary(.{
112
- .name = "doc",
+ const autodoc_test = b.addObject(.{
+ .name = "driver",
113
.root_module = base_mod,
114
});
115
116
const install_docs = b.addInstallDirectory(.{
117
- .source_dir = doc_lib.getEmittedDocs(),
+ .source_dir = autodoc_test.getEmittedDocs(),
118
.install_dir = .prefix,
119
.install_subdir = "docs",
120
0 commit comments