mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-08 14:03:23 +00:00
testament: use bin/nim.exe as the default
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user