diff options
Diffstat (limited to 'koch.nim.cfg')
-rw-r--r-- | koch.nim.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/koch.nim.cfg b/koch.nim.cfg new file mode 100644 index 000000000..c624b9577 --- /dev/null +++ b/koch.nim.cfg @@ -0,0 +1,7 @@ +-d:booting + +@if openbsd: + # because openbsd getAppFilename was broken in v0.20.0 + # workaround see https://github.com/nim-lang/Nim/pull/14291 + --lib:lib +@end |