creating the tree was forgotten at some point.

This commit is contained in:
Norayr Chilingarian 2022-01-22 02:03:07 +04:00
parent 13de7abab7
commit 96ea8bddc5

View file

@ -101,7 +101,9 @@ VAR
depTree: vpkdepTree.TdepTree;
BEGIN
options := opts.createOptions();
IF ~vpkConf.configured() THEN vpkConf.mkDefConfig END;
options := opts.createOptions();
foptions := opts.createOptions();
opt := opts.createOpt();