From c7c495f08a754145541a84e3ba4e56e89125bc20 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 7 Feb 2019 20:35:12 +0100 Subject: [PATCH] testament: use bin/nim.exe as the default --- testament/specs.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/specs.nim b/testament/specs.nim index 76ba6331a6..903e3e2823 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")