summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2019-02-07 20:35:12 +0100
committerAraq <rumpf_a@web.de>2019-02-07 20:35:23 +0100
commitc7c495f08a754145541a84e3ba4e56e89125bc20 (patch)
tree66086b2213d1b56bf211bfea9e24273e7ad30f46
parent2fdf816332d48f55719c5709477756e872daab0d (diff)
downloadNim-c7c495f08a754145541a84e3ba4e56e89125bc20.tar.gz
testament: use bin/nim.exe as the default
-rw-r--r--testament/specs.nim2
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")