Skip to content

Commit

Permalink
use new autodocs
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Mar 20, 2024
1 parent 8d75e76 commit e048b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_12.zig
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub fn build_12(b: *Build) void {
}

fn generate_docs(b: *Build, optimize: OptimizeMode, target: Build.ResolvedTarget, flags_module: *Module) void {
const webui_lib = b.addStaticLibrary(.{
const webui_lib = b.addObject(.{
.name = "webui_lib",
.root_source_file = .{
.path = "src/webui.zig",
Expand Down

0 comments on commit e048b21

Please sign in to comment.