Skip to content

Commit

Permalink
Fix windows location
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf authored May 20, 2024
1 parent 9a835db commit 27727dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipe/install_openssl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ for %%F in (openssl libssl libcrypto) DO (
copy %%F.pc %LIBRARY_PREFIX%\lib\pkgconfig\%%F.pc
)

mkdir %LIBRARY_PREFIX%\ssl\certs
type NUL > %LIBRARY_PREFIX%\ssl\certs\.keep
mkdir %LIBRARY_PREFIX%\certs
type NUL > %LIBRARY_PREFIX%\certs\.keep

REM Install step
rem copy out32dll\openssl.exe %PREFIX%\openssl.exe
Expand Down

0 comments on commit 27727dc

Please sign in to comment.