Style fixes
This commit is contained in:
parent
5e784f09ef
commit
7fbc8fbcde
3 changed files with 561 additions and 546 deletions
|
|
@ -2,8 +2,11 @@ import distros
|
|||
import ospaths
|
||||
import strutils
|
||||
|
||||
var full = false
|
||||
var comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz", "nimrax", "nimssl", "nimssh2"]
|
||||
var
|
||||
full = false
|
||||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz",
|
||||
"nimpcre", "nimrax", "nimssl", "nimssh2"]
|
||||
|
||||
if detectOs(Windows):
|
||||
comps.add("nimkerberos")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue