Add compile-time define to skip building binary
This commit is contained in:
parent
091bb6813d
commit
eadf722284
|
@ -5,6 +5,8 @@ author = "zedeus"
|
|||
description = "An alternative front-end for Twitter"
|
||||
license = "AGPL-3.0"
|
||||
srcDir = "src"
|
||||
|
||||
when not defined(depsOnly):
|
||||
bin = @["nitter"]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue