mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
fix koch docs failing at io.nim with import os in config.nims (#11418) [bugfix]
This commit is contained in:
@@ -4450,9 +4450,8 @@ when defined(genode):
|
||||
import system/widestrs
|
||||
export widestrs
|
||||
|
||||
when not defined(nimnoio):
|
||||
import system/io
|
||||
export io
|
||||
import system/io
|
||||
export io
|
||||
|
||||
when not defined(createNimHcr):
|
||||
include nimhcr
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
--define: nimnoio
|
||||
Reference in New Issue
Block a user