nimbus.nim: enable live outpit for nimc

This commit is contained in:
Anna “CyberTailor” 2023-01-08 03:22:23 +05:00
parent 9854723ee4
commit 0cb15d80a3
Signed by: CyberTaIlor
GPG Key ID: E7B76EDC50864BB1
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ proc setup(options: Options) =
"$depfileopt $paths $in",
description = "Compiling Nim application $out",
depfile = "$out.d",
deps = "gcc")
deps = "gcc",
pool = "console")
ninja.newline()
debug("[build.ninja] Generating 'PHONY' target")