Files
nim-chronos/config.nims
2026-01-19 16:55:36 +01:00

11 lines
371 B
Nim

# begin Nimble config (version 2)
when withDir(thisDir(), system.fileExists("nimble.paths")):
include "nimble.paths"
# end Nimble config
# This is workaround for `mingw64-gcc-12.1.0` issue.
# https://github.com/nim-lang/Nim/pull/19197
# Should be removed when https://github.com/status-im/nim-chronos/issues/284
# will be implemented.
switch("define", "nimRawSetjmp")