OSDN Git Service

The windows build now needs to link libole32.dll as well.
authorStephen Hines <srhines@google.com>
Sat, 15 Aug 2015 03:58:51 +0000 (20:58 -0700)
committerStephen Hines <srhines@google.com>
Sat, 15 Aug 2015 03:58:51 +0000 (20:58 -0700)
Change-Id: I9eb59c99e6825458f4e608787e10459fe9c6ee00

shared_llvm.mk

index daf9781..183618c 100644 (file)
@@ -93,7 +93,7 @@ LOCAL_WHOLE_STATIC_LIBRARIES := \
   $(llvm_post_static_libraries)
 
 ifeq ($(HOST_OS),windows)
-  LOCAL_LDLIBS := -limagehlp -lpsapi
+  LOCAL_LDLIBS := -limagehlp -lpsapi -lole32
 else
   LOCAL_LDLIBS := -ldl -lpthread
 endif