fix koch docs failing at io.nim with import os in config.nims (#11418) [bugfix]

This commit is contained in:
nc-x
2019-06-08 04:07:08 +05:30
committed by Andreas Rumpf
parent bf9f1f7b45
commit bce908f6ee
2 changed files with 2 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +0,0 @@
--define: nimnoio