Style fixes

This commit is contained in:
Ganesh Viswanathan 2018-06-11 01:47:08 -05:00
commit 7fbc8fbcde
3 changed files with 561 additions and 546 deletions

View file

@ -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")