mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
Removed #-windows
This commit is contained in:
parent
0b6b3445ca
commit
8a58a9974e
|
|
@ -32,7 +32,7 @@
|
||||||
(format t "7zip already setup~%")
|
(format t "7zip already setup~%")
|
||||||
(progn
|
(progn
|
||||||
(format t "archive=~A extract ~A~%" archive (7za-uri))
|
(format t "archive=~A extract ~A~%" archive (7za-uri))
|
||||||
#-win32(download (7za-uri) (ensure-directories-exist archive))
|
(download (7za-uri) (ensure-directories-exist archive))
|
||||||
(unzip archive (ensure-directories-exist prefix)))))
|
(unzip archive (ensure-directories-exist prefix)))))
|
||||||
(cons t argv)))
|
(cons t argv)))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue