Implement #7 - [n.sourcefile] section, add nimclipboard

This commit is contained in:
Ganesh Viswanathan 2018-07-13 00:19:50 -05:00
commit e46d3b2332
4 changed files with 21 additions and 10 deletions

View file

@ -1,11 +1,9 @@
import distros
import ospaths
import strutils
import distros, ospaths, strutils
var
full = false
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimfuzz",
"nimpcre", "nimrax", "nimssl", "nimssh2"]
full = true
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig", "nimclipboard",
"nimfuzz", "nimpcre", "nimrax", "nimssl", "nimssh2"]
if detectOs(Windows):
comps.add("nimkerberos")