mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 01:24:49 +01:00
fetch: fix missing check for build.zig existence
This commit is contained in:
parent
9f3b60b23a
commit
b24b0479f6
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue