fix another raco setup path-normalization (especially for Windows)

This commit is contained in:
Matthew Flatt 2011-09-18 08:08:27 -06:00
parent 9b49de16e7
commit e03a70025f

View File

@ -21,7 +21,8 @@
(define roots (define roots
(delay (delay
(map (lambda (p) (map (lambda (p)
(list (explode-path (car p)) (make-hash) (list (explode-path (simplify-path (car p)))
(make-hash)
;; don't omit "doc" in the main tree ;; don't omit "doc" in the main tree
(not (equal? (find-collects-dir) (car p))))) (not (equal? (find-collects-dir) (car p)))))
library-roots))) library-roots)))