fix docs on windows
This commit is contained in:
parent
02ba4b1678
commit
3dd1026c8b
@ -19,7 +19,7 @@ pub fn build(b: *Builder) !void {
|
||||
var docgen_cmd = b.addCommand(null, b.env_map, [][]const u8{
|
||||
docgen_exe.getOutputPath(),
|
||||
rel_zig_exe,
|
||||
"doc/langref.html.in",
|
||||
"doc" ++ os.path.sep_str ++ "langref.html.in",
|
||||
os.path.join(b.allocator, b.cache_root, "langref.html") catch unreachable,
|
||||
});
|
||||
docgen_cmd.step.dependOn(&docgen_exe.step);
|
||||
|
Loading…
x
Reference in New Issue
Block a user