dont know

This commit is contained in:
Norayr Chilingarian 2022-01-19 00:35:42 +04:00
parent eabe4671ae
commit 3a765d8ec0
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 20d13c83a097db2ca8f34682439798eff788d49f
Subproject commit e370fd6cb758c8a2b0267603b1363f44a83459ad

View file

@ -62,13 +62,13 @@ VAR
res: INTEGER;
BEGIN
builddir := vpkEnv.mkBldDir(prefix);
b := FALSE;
depTree := resolve(package);
i := 0;
REPEAT
dep := vpkdepTree.Get(depTree, i);
vpkJsonDepRetriever.getURIandType(dep, URI, typ);
vpkSyncer.fetch(dep.name^, URI, typ, prefix);
b := FALSE;
b := vpkJsonDepRetriever.getBuildInfo(dep, keys, values);
IF b THEN
j := 0;