mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-07 12:24:19 +00:00
changed the compiler's path handling; fixes #546
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user