mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
dont know
This commit is contained in:
parent
eabe4671ae
commit
3a765d8ec0
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue