Remove nimzbar from OSX

This commit is contained in:
Ganesh Viswanathan 2018-11-03 21:14:13 -05:00
commit c60a8cd415

View file

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