diff options
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Library_xmlsecurity.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk index 9a65dd2152a9..5a80e6e17591 100644 --- a/xmlsecurity/Library_xmlsecurity.mk +++ b/xmlsecurity/Library_xmlsecurity.mk @@ -83,6 +83,8 @@ $(eval $(call gb_Library_add_defs,xmlsecurity,\ )) $(eval $(call gb_Library_use_system_win32_libs,xmlsecurity,\ crypt32 \ + Ole32 \ + Shell32 \ )) else ifneq (,$(filter DESKTOP,$(BUILD_TYPE))$(filter ANDROID,$(OS))) |