OSDN Git Service

Merge "Use _WIN32 rather than WIN32."
[android-x86/external-llvm.git] / 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