Comp fixes
This commit is contained in:
parent
6b16a83572
commit
4df59320fd
1 changed files with 2 additions and 3 deletions
|
|
@ -2,15 +2,14 @@ import distros, ospaths, strutils
|
|||
|
||||
var
|
||||
full = true
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", #"nimbigwig",
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig",
|
||||
"nimclipboard", "nimfastText", "nimfuzz", "nimmonocypher",
|
||||
"nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
|
||||
"nimtess2"
|
||||
"nimtess2", "nimzbar"
|
||||
]
|
||||
|
||||
if detectOs(Windows):
|
||||
comps.add("nimkerberos")
|
||||
comps.add("nimzbar")
|
||||
|
||||
if paramCount() > 2:
|
||||
for i in 3 .. paramCount():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue