io.backend.unix.macosx: change to << require >>.
parent
71dd957f77
commit
823524c3a0
|
@ -3,6 +3,7 @@
|
|||
USING: init io.backend io.backend.unix
|
||||
io.backend.unix.multiplexers io.backend.unix.multiplexers.kqueue
|
||||
io.backend.unix.multiplexers.run-loop namespaces system vocabs ;
|
||||
<< "io.files.unix" require >> ! needed for deploy
|
||||
IN: io.backend.unix.macosx
|
||||
|
||||
SINGLETON: macosx-kqueue
|
||||
|
@ -17,5 +18,3 @@ macosx set-io-backend
|
|||
|
||||
[ start-signal-pipe-thread ]
|
||||
"io.backend.unix:signal-pipe-thread" add-startup-hook
|
||||
|
||||
"io.files.unix" require ! needed for deploy
|
||||
|
|
Loading…
Reference in New Issue