bootstrap.io: fix load error
parent
cb561b683b
commit
341b6ba44e
|
|
@ -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