Fix incorrect type name in packageinfo module.
This commit is contained in:
parent
11f710819c
commit
e42b04b329
1 changed files with 1 additions and 1 deletions
|
|
@ -329,7 +329,7 @@ proc getRealDir*(pkgInfo: PackageInfo): string =
|
|||
else:
|
||||
result = pkgInfo.mypath.splitFile.dir
|
||||
|
||||
proc getOutputOption*(pkgInfo: TPackageInfo, bin: string): string =
|
||||
proc getOutputOption*(pkgInfo: PackageInfo, bin: string): string =
|
||||
## Returns an output option for the nim compiler if a build directory
|
||||
## has been set.
|
||||
if pkgInfo.binDir != "":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue