changed the compiler's path handling; fixes #546

This commit is contained in:
Andreas Rumpf
2016-05-31 03:04:36 +02:00
parent 1e5926458c
commit 893be3a5a4
11 changed files with 32 additions and 17 deletions

View File

@@ -2514,7 +2514,7 @@ template newException*(exceptn: typedesc, message: string): expr =
e
when hostOS == "standalone":
include panicoverride
include "$projectpath/panicoverride"
when not declared(sysFatal):
when hostOS == "standalone":