mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-07-08 01:32:41 +08:00
Fix patch file
Try to fix openssl build Add expat build for win build
This commit is contained in:
@@ -14,6 +14,9 @@ CALL %DOWNLOAD_RESOURCE% -o "openssl-3.0.5.tar.gz" "https://www.openssl.org/sour
|
||||
tar -xzvf "openssl-3.0.5.tar.gz" || EXIT /B %ERRORLEVEL%
|
||||
CD openssl-3.0.5 || EXIT /B 1
|
||||
perl Configure shared zlib-dynamic --prefix=%PREFIX% --openssldir=%OPENSSLDIR% || EXIT /B %ERRORLEVEL%
|
||||
SET "PATH=%PREFIX%\bin;%PATH%"
|
||||
SET "INCLUDE=%PREFIX%\include;%INCLUDE%"
|
||||
SET "LIB=%PREFIX%\lib;%LIB%"
|
||||
nmake || EXIT /B %ERRORLEVEL%
|
||||
nmake install || EXIT /B %ERRORLEVEL%
|
||||
ENDLOCAL
|
||||
|
||||
Reference in New Issue
Block a user