Commit 1d1cc36 1 parent 02ecd33 commit 1d1cc36 Copy full SHA for 1d1cc36
File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,8 @@ macx {
144
144
INCLUDEPATH += $$BOOSTROOT /include
145
145
INCLUDEPATH += $$SSLROOT /include
146
146
INCLUDEPATH += $$UPNPROOT /include
147
- LIBS += $$SSLROOT /lib/libcrypto.a
148
147
LIBS += $$SSLROOT /lib/libssl.a
149
- LIBS += $$BOOSTROOT /lib/libboost_system .a
148
+ LIBS += $$SSLROOT /lib/libcrypto .a
150
149
LIBS += $$BOOSTROOT /lib/libboost_program_options.a
151
150
LIBS += $$UPNPROOT /lib/libminiupnpc.a
152
151
LIBS += -Wl ,-dead_strip
@@ -156,7 +155,7 @@ macx {
156
155
157
156
linux:!android {
158
157
message ("Using Linux settings" )
159
- LIBS += -lcrypto - lssl -lboost_system -lboost_program_options -lpthread -lminiupnpc
158
+ LIBS += -lssl -lcrypto -lboost_program_options -lpthread -lminiupnpc
160
159
161
160
INSTALLS += TARGET
162
161
INSTALLS += icons
@@ -180,9 +179,6 @@ windows {
180
179
$$PWD /src/i2pd/libi2pdclient.a \
181
180
$$PWD /src/i2pd/libi2pdlang.a \
182
181
-lminiupnpc \
183
- -lboost_system $$BOOST_SUFFIX \
184
- -lboost_date_time $$BOOST_SUFFIX \
185
- -lboost_filesystem $$BOOST_SUFFIX \
186
182
-lboost_program_options $$BOOST_SUFFIX \
187
183
-lssl \
188
184
-lcrypto \
You can’t perform that action at this time.
0 commit comments