Disable libbacktrace on Windows x64. (#1308)
This commit is contained in:
parent
d6897409e4
commit
19874969f0
|
@ -49,7 +49,7 @@ switch("define", "nim_compiler_path=" & currentDir & "env.sh nim")
|
|||
switch("import", "testutils/moduletests")
|
||||
|
||||
const useLibStackTrace = not defined(macosx) and
|
||||
not (defined(windows) and defined(i386)) and
|
||||
not defined(windows) and
|
||||
not defined(disable_libbacktrace)
|
||||
|
||||
when useLibStackTrace:
|
||||
|
|
Loading…
Reference in New Issue