mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* properly fix https://github.com/nim-lang/Nim/issues/12389 * use --lib:lib in koch.nim.cfg instead * third time is the charm
8 lines
161 B
Nim
8 lines
161 B
Nim
-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
|