no openssl library on Windows
Change-Id: I40df9611be87830e4938ee20a4e3be19767ddfad
This commit is contained in:
parent
57759ad661
commit
5e32d1570f
2 changed files with 2 additions and 2 deletions
|
@ -1285,8 +1285,9 @@ $(call gb_LinkTarget_use_static_libraries,$(1),\
|
|||
)
|
||||
|
||||
ifeq ($(GUI)$(COM),WNTMSC)
|
||||
$(call gb_LinkTarget_use_external,$(1),openssl)
|
||||
|
||||
$(call gb_LinkTarget_use_libraries,$(1),\
|
||||
openssl \
|
||||
secur32 \
|
||||
ws2_32 \
|
||||
$(if $(filter YES,$(WITH_LDAP)),ldap) \
|
||||
|
|
|
@ -407,7 +407,6 @@ gb_Library_PLAINLIBS_NONE += \
|
|||
$(gb_Library_win32_OLDNAMES) \
|
||||
ole32 \
|
||||
oleaut32 \
|
||||
openssl \
|
||||
propsys \
|
||||
secur32 \
|
||||
shell32 \
|
||||
|
|
Loading…
Reference in a new issue