mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
fetch: fix missing check for build.zig existence
This commit is contained in:
@@ -581,6 +581,8 @@ pub fn run(f: *Fetch) RunError!void {
|
||||
f.package_root = fork.path;
|
||||
f.manifest_ast = fork.manifest_ast;
|
||||
f.manifest = fork.manifest;
|
||||
f.have_manifest = true;
|
||||
try checkBuildFileExistence(f);
|
||||
if (!job_queue.recursive) return;
|
||||
return queueJobsForDeps(f);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user