fix cm sha1 problem
This commit is contained in:
parent
525b559e91
commit
9350df36b6
|
@ -427,7 +427,8 @@
|
|||
'so-suffix)))
|
||||
dep-path)
|
||||
(try-file-sha1 (build-path dir (path-add-suffix name #".zo"))
|
||||
dep-path))))
|
||||
dep-path)
|
||||
"")))
|
||||
|
||||
(define (rkt->ss p)
|
||||
(let ([b (path->bytes p)])
|
||||
|
|
|
@ -81,8 +81,8 @@
|
|||
(on? "-n"))
|
||||
;; Don't use .zos, in case they're out of date, and don't load
|
||||
;; cm:
|
||||
(when (or (on? "--clean" values)
|
||||
(on? "-c" values))
|
||||
(when (or (on? "--clean")
|
||||
(on? "-c"))
|
||||
(use-compiled-file-paths null)
|
||||
(print-bootstrapping))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user