Implement #7 - [n.sourcefile] section, add nimclipboard
This commit is contained in:
parent
7d60e2eea7
commit
e46d3b2332
4 changed files with 21 additions and 10 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue