fix mzc --include-compiled (PR 9900)
svn: r12384
This commit is contained in:
parent
54a8fe3143
commit
c4f994658c
|
@ -657,7 +657,8 @@
|
|||
#:extra-setup-collections (map list (plt-setup-collections))
|
||||
#:file-filter (if (plt-include-compiled)
|
||||
(lambda (path)
|
||||
(or (regexp-match #rx"compiled$" path) (std-filter path)))
|
||||
(or (regexp-match #rx#"compiled$" (path->bytes path))
|
||||
(std-filter path)))
|
||||
std-filter)
|
||||
#:at-plt-home? (plt-files-plt-home-relative?)
|
||||
#:test-plt-collects? (not (plt-force-install-dir?)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user