adjusted the parallel build support to use the newly available find-exe

This commit is contained in:
Robby Findler 2011-02-08 15:08:57 -06:00
parent e096e4d5a4
commit 8d2d995ebc

View File

@ -7,7 +7,8 @@
setup/collects
setup/parallel-do
racket/class
racket/future)
racket/future
compiler/find-exe)
(provide parallel-compile
parallel-compile-files)
@ -182,7 +183,7 @@
(define (build-parallel-build-worker-args)
(list (current-executable-path)
(list (find-exe #f)
"-X"
(path->string (current-collects-path))
"-l"