mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Updated external libraries for Windows MinGW build
- zlib 1.2.11 - bzip2 1.0.8 - miniupnpc 2.2.3 - openssl 1.1.1m - speexdsp 1.2.0 - libxml2 2.9.12 - libxslt 1.1.34 - curl 7.81.0 - sqlcipher 4.5.0 - libmicrohttpd 0.9.75 - ffmpeg 4.4 - xapian 1.4.19
This commit is contained in:
parent
8105bfcbc8
commit
93c1cafdc4
3 changed files with 27 additions and 18 deletions
|
@ -121,6 +121,11 @@ win32 {
|
|||
#Have to reorder libs, else got /libs/lib/libcrypto.a(bio_lib.o):bio_lib.c:(.text+0x0): multiple definition of `BIO_new'
|
||||
LIBS = -lcurl -lxml2 -lz -lxslt -lws2_32 -lwldap32 -lssl -lcrypto -lgdi32 $${LIBS}
|
||||
|
||||
isEmpty(QMAKE_SH) {
|
||||
# MinGW
|
||||
LIBS += -lcrypt32
|
||||
}
|
||||
|
||||
# Check for msys2
|
||||
!isEmpty(PREFIX_MSYS2) {
|
||||
message(Use msys2 xml2.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue