Skip to content

Commit

Permalink
build: Update object path for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Phan committed Jan 26, 2023
1 parent 406d4e0 commit b6196c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fn docs(b: *std.build.Builder) void {
clean_step.dependOn(&cmd.step);

// Build docs.
const docs_obj = b.addObject("docs", package_path);
const docs_obj = b.addObject("docs", libPath(b, "/" ++ package_path));
docs_obj.emit_docs = .emit;

const docs_step = b.step("docs", "Generate project documentation");
Expand Down

0 comments on commit b6196c8

Please sign in to comment.