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