Remove nimzbar from OSX
This commit is contained in:
parent
5be86fcd99
commit
c60a8cd415
1 changed files with 4 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ var
|
|||
comps = @["libsvm", "nim7z", "nimarchive", "nimbass", "nimbigwig",
|
||||
"nimclipboard", "nimfuzz", "nimmonocypher",
|
||||
"nimnuklear", "nimpcre", "nimrax", "nimssl", "nimssh2",
|
||||
"nimtess2", "nimzbar"
|
||||
"nimtess2"
|
||||
]
|
||||
|
||||
var nimver = staticExec("nim -v").split("\n")[0].split(" ")[3]
|
||||
|
|
@ -15,6 +15,9 @@ if nimver >= "0.19.0":
|
|||
if detectOs(Windows):
|
||||
comps.add("nimkerberos")
|
||||
|
||||
if not detectOs(MacOSX):
|
||||
comps.add("nimzbar")
|
||||
|
||||
if paramCount() > 2:
|
||||
for i in 3 .. paramCount():
|
||||
if paramStr(i) == "--full":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue