diff options
author | Araq <rumpf_a@web.de> | 2019-02-07 20:35:12 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2019-02-07 20:35:23 +0100 |
commit | c7c495f08a754145541a84e3ba4e56e89125bc20 (patch) | |
tree | 66086b2213d1b56bf211bfea9e24273e7ad30f46 | |
parent | 2fdf816332d48f55719c5709477756e872daab0d (diff) | |
download | Nim-c7c495f08a754145541a84e3ba4e56e89125bc20.tar.gz |
testament: use bin/nim.exe as the default
-rw-r--r-- | testament/specs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/specs.nim b/testament/specs.nim index 76ba6331a..903e3e282 100644 --- a/testament/specs.nim +++ b/testament/specs.nim @@ -9,7 +9,7 @@ import parseutils, strutils, os, osproc, streams, parsecfg -var compilerPrefix* = "compiler" / "nim" # XXX Change this, it's wrong. +var compilerPrefix* = "nim" let isTravis* = existsEnv("TRAVIS") let isAppVeyor* = existsEnv("APPVEYOR") |