mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Remove openssl dependency from Mac OS X configuration file.
This commit is contained in:
parent
1ae49d1743
commit
c421da873f
1 changed files with 1 additions and 3 deletions
|
@ -8,11 +8,9 @@ PKGCONFIG += libtorrent-rasterbar
|
|||
DEFINES += BOOST_ASIO_DYN_LINK
|
||||
|
||||
# Special include/libs paths (macports)
|
||||
INCLUDEPATH += /usr/include/openssl /usr/include /opt/local/include/boost /opt/local/include
|
||||
INCLUDEPATH += /usr/include /opt/local/include/boost /opt/local/include
|
||||
LIBS += -L/opt/local/lib
|
||||
|
||||
# OpenSSL lib
|
||||
LIBS += -lssl -lcrypto
|
||||
# Boost system lib
|
||||
LIBS += -lboost_system-mt
|
||||
# Boost filesystem lib (Not needed for libtorrent >= 0.16.0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue