summary refs log tree commit diff stats
path: root/koch.nim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'koch.nim.cfg')
-rw-r--r--koch.nim.cfg8
1 files changed, 7 insertions, 1 deletions
diff --git a/koch.nim.cfg b/koch.nim.cfg
index 1d7acf579..c624b9577 100644
--- a/koch.nim.cfg
+++ b/koch.nim.cfg
@@ -1 +1,7 @@
--d:booting
\ No newline at end of file
+-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