testament: use bin/nim.exe as the default

This commit is contained in:
Araq
2019-02-07 20:35:12 +01:00
parent 2fdf816332
commit c7c495f08a

View File

@@ -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")