Put project nimcache in subdir
This commit is contained in:
parent
a6ad749b38
commit
e7e1a66a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ proc buildElf(buildInfo: BuildInfo): string =
|
|||
result = buildInfo.outDir/buildInfo.name & ".elf"
|
||||
|
||||
var args = " --out=" & quoteShell(result)
|
||||
args &= " --nimcache=nimcache_" & $buildInfo.name
|
||||
args &= " --nimcache=nimcache/" & $buildInfo.name
|
||||
if buildInfo.release:
|
||||
args &= " -d:release"
|
||||
if buildInfo.force:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue