really fix ldap lib. name
Change-Id: If003a4283fb4d0f3edd127e77de6b812501fa65a
This commit is contained in:
parent
44863e68c1
commit
8af6aa628b
1 changed files with 7 additions and 1 deletions
|
@ -1290,8 +1290,14 @@ $(call gb_LinkTarget_use_external,$(1),openssl)
|
|||
$(call gb_LinkTarget_use_libraries,$(1),\
|
||||
secur32 \
|
||||
ws2_32 \
|
||||
$(if $(filter YES,$(WITH_LDAP)),ldap50) \
|
||||
)
|
||||
|
||||
ifeq ($(WITH_LDAP),YES)
|
||||
$(call gb_LinkTarget_add_libs,$(1),\
|
||||
nsldap32v50.lib \
|
||||
)
|
||||
endif
|
||||
|
||||
endif
|
||||
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue