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