Fixes #27.
This commit is contained in:
parent
dd45dd9418
commit
0cc45d05be
8 changed files with 55 additions and 1 deletions
|
|
@ -272,6 +272,8 @@ proc processDeps(pkginfo: TPackageInfo, options: TOptions): seq[string] =
|
|||
else:
|
||||
echo("Dependency already satisfied.")
|
||||
result.add(pkg.mypath.splitFile.dir)
|
||||
# Process the dependencies of this dependency.
|
||||
result.add(processDeps(pkg, options))
|
||||
|
||||
# Check if two packages of the same name (but different version) are listed
|
||||
# in the path.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue