mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 12:59:04 +00:00
parent
4872311364
commit
a4b1242f0a
@ -2155,6 +2155,9 @@ pub const LibExeObjStep = struct {
|
||||
var src_dir = try std.fs.cwd().openDir(build_output_dir, .{ .iterate = true });
|
||||
defer src_dir.close();
|
||||
|
||||
// Create the output directory if it doesn't exist.
|
||||
try std.fs.cwd().makePath(output_dir);
|
||||
|
||||
var dest_dir = try std.fs.cwd().openDir(output_dir, .{});
|
||||
defer dest_dir.close();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user