configure: unbreak --enable-compressboot
This commit is contained in:
parent
1ad31fe559
commit
aaab0aca28
|
@ -183,9 +183,9 @@
|
||||||
[("--gzip") "Compress using gzip"
|
[("--gzip") "Compress using gzip"
|
||||||
(enable-compress!)
|
(enable-compress!)
|
||||||
(set-compress-format! 'gzip)]
|
(set-compress-format! 'gzip)]
|
||||||
[("--lz4") "Compress using lz4"
|
[("--lz4" "--compress") "Compress using lz4"
|
||||||
(enable-compress!)
|
(enable-compress!)
|
||||||
(set-compress-format! 'lz4)]
|
(set-compress-format! 'lz4)]
|
||||||
#:args path
|
#:args path
|
||||||
(for ([path (in-list path)])
|
(for ([path (in-list path)])
|
||||||
(define bstr (file->bytes path))
|
(define bstr (file->bytes path))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user