Explorar el Código

Add compile-time define to skip building binary

Zed hace 4 años
padre
commit
eadf722284
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      nitter.nimble

+ 3 - 1
nitter.nimble

@@ -5,7 +5,9 @@ author        = "zedeus"
 description   = "An alternative front-end for Twitter"
 license       = "AGPL-3.0"
 srcDir        = "src"
-bin           = @["nitter"]
+
+when not defined(depsOnly):
+  bin         = @["nitter"]
 
 
 # Dependencies