mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 11:44:28 +01:00
Fix building of certgen module with openssl 1.1.1 on windows
This commit is contained in:
parent
be0ed348fd
commit
9034ea03de
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
"name": "certgen",
|
||||
"sources": "calibre/utils/certgen.c",
|
||||
"libraries": "crypto",
|
||||
"windows_libraries": "libeay32",
|
||||
"windows_libraries": "libcrypto",
|
||||
"inc_dirs": "!openssl_inc_dirs",
|
||||
"lib_dirs": "!openssl_lib_dirs"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue