Edit comps
This commit is contained in:
parent
0a32e7fa2c
commit
6b16a83572
1 changed files with 6 additions and 2 deletions
|
|
@ -2,11 +2,15 @@ import distros, ospaths, strutils
|
|||
|
||||
var
|
||||
full = true
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard", # "nimfastText",
|
||||
"nimfuzz", "nimmonocypher", "nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2", "nimtess2"]
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", #"nimbigwig",
|
||||
"nimclipboard", "nimfastText", "nimfuzz", "nimmonocypher",
|
||||
"nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
|
||||
"nimtess2"
|
||||
]
|
||||
|
||||
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