Made pathing (hopefully) Windows friendly.

This commit is contained in:
Oscar Campbell
2015-06-03 13:08:28 +02:00
parent bf9053315c
commit 51fc903dbf
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
import parseutils, strutils, os, osproc, streams, parsecfg
const
cmdTemplate* = r"./compiler/nim $target --lib:./lib --hints:on -d:testing $options $file"
cmdTemplate* = r"compiler" / "nim $target --lib:lib --hints:on -d:testing $options $file"
type
TTestAction* = enum