bootstrap.io: fix load error
parent
db29973ccb
commit
609d6f9166
|
@ -5,10 +5,8 @@ IN: bootstrap.io
|
||||||
"bootstrap.compiler" require
|
"bootstrap.compiler" require
|
||||||
"bootstrap.threads" require
|
"bootstrap.threads" require
|
||||||
|
|
||||||
[
|
"io.backend." {
|
||||||
"io.backend." {
|
|
||||||
{ [ "io-backend" get ] [ "io-backend" get ] }
|
{ [ "io-backend" get ] [ "io-backend" get ] }
|
||||||
{ [ os unix? ] [ "unix." os name>> append ] }
|
{ [ os unix? ] [ "unix." os name>> append ] }
|
||||||
{ [ os windows? ] [ "windows" ] }
|
{ [ os windows? ] [ "windows" ] }
|
||||||
} cond append require
|
} cond append require
|
||||||
] when
|
|
||||||
|
|
Loading…
Reference in New Issue