diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-15 11:22:10 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2013-03-15 11:22:10 +0100 |
commit | 131a7db46ff9d59193bc3af0f714eb2d93fdd73a (patch) | |
tree | aaca5d439a9b997b4d354c8328dc5db88d95a362 /neon | |
parent | 004d75eb0ca2fafcd623e112c5967fc4f883943b (diff) |
Try to fix blindly Windows build
Change-Id: I4bf2d72ba14f5293c2f9aa8eb3a34fedefa03939
Diffstat (limited to 'neon')
-rw-r--r-- | neon/Library_neon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/neon/Library_neon.mk b/neon/Library_neon.mk index 80424fe21058..bc5fe25af1b2 100644 --- a/neon/Library_neon.mk +++ b/neon/Library_neon.mk @@ -62,6 +62,7 @@ $(eval $(call gb_Library_add_generated_cobjects,neon,\ ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,neon,\ ws2_32 \ + crypt32 \ )) ifeq ($(COM),MSC) |