diff --git a/collects/setup/setup-unit.rkt b/collects/setup/setup-unit.rkt index 350986f3fd..18082a0812 100644 --- a/collects/setup/setup-unit.rkt +++ b/collects/setup/setup-unit.rkt @@ -660,7 +660,7 @@ (setup-printf #f "--- compiling collections ---") (match (parallel-build) [#t - (compile-cc (ormap (lambda (x) (if (string=? (cc-name x) "racket") x #f)) ccs-to-compile) 0) + (compile-cc (collection->cc (list (string->path "racket"))) 0) (with-specified-mode (let ([cct (move-drscheme-to-end (sort-collections-tree (collection-tree-map top-level-plt-collects)))]) (iterate-cct (lambda (cc)