From 30a1c3565df305dd4d1686eb00389fbe1f3c40c9 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 10 Jul 2013 13:41:06 -0600 Subject: [PATCH] fix "collects" path setup in 3m build --- racket/src/racket/gc2/setup.rkt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/racket/src/racket/gc2/setup.rkt b/racket/src/racket/gc2/setup.rkt index 2839820c74..8b695e74a1 100644 --- a/racket/src/racket/gc2/setup.rkt +++ b/racket/src/racket/gc2/setup.rkt @@ -15,11 +15,12 @@ (use-compiled-file-paths null) (unless (with-handlers ([exn:fail:filesystem? (lambda (x) #f)]) - (collection-path "mzlib")) + (collection-path "racket")) (let ([p (build-path (current-load-relative-directory) 'up 'up 'up + "lib" "collects")]) (printf "Setting collection path: ~s\n" p) (current-library-collection-paths