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