Add compile-time define to skip building binary

This commit is contained in:
Zed 2022-01-27 14:41:40 +01:00
parent 091bb6813d
commit eadf722284
1 changed files with 3 additions and 1 deletions

View File

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