Removed #-windows

This commit is contained in:
Akihide Nano 2018-02-13 14:19:06 +09:00
parent 0b6b3445ca
commit 8a58a9974e

View file

@ -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)))