Use "main.rkt" instead of "main.ss" in constructed path
original commit: 41ea7311f3e85e9455cc309c689d1b79cf5d9bd4
This commit is contained in:
parent
bc4b4c6168
commit
72c3254caf
|
@ -78,7 +78,7 @@
|
|||
(let ([s (cadr p)])
|
||||
(if (regexp-match? #rx"[./]" s)
|
||||
s
|
||||
(string-append s "/main.ss"))))]
|
||||
(string-append s "/main.rkt"))))]
|
||||
[dir (if (and (null? (cddr p))
|
||||
(null? (cdr strs)))
|
||||
(collection-path "mzlib")
|
||||
|
|
Loading…
Reference in New Issue
Block a user