Nim now uses global user cache

This commit is contained in:
mratsim 2018-09-10 18:08:04 +02:00
parent c8324b690b
commit 09c67ca580
1 changed files with 0 additions and 3 deletions

View File

@ -12,10 +12,7 @@ requires "nim >= 0.18.0"
proc test(name: string, lang: string = "c") =
if not dirExists "build":
mkDir "build"
if not dirExists "nimcache":
mkDir "nimcache"
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
setCommand lang, "tests/" & name & ".nim"