Skip to content
Snippets Groups Projects
Commit e5077827 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

am 8a95734f: Fix windows build for LLVM.

* commit '8a95734f':
  Fix windows build for LLVM.
parents 7e56dd23 8a95734f
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
#define HAVE_LIBIMAGEHLP 1
/* Type of 1st arg on ELM Callback */
#define WIN32_ELMCB_PCSTR PSTR
#define WIN32_ELMCB_PCSTR PCSTR
#else /* Linux, Mac OS X, ... Unixish platform */
......
# Windows can't use Clang to build yet
ifneq ($(HOST_OS),windows)
LOCAL_CLANG := true
endif
include external/libcxx/libcxx.mk
endif
LOCAL_CFLAGS += \
-D_GNU_SOURCE \
......@@ -48,7 +47,6 @@ LOCAL_C_INCLUDES := \
$(LLVM_ROOT_PATH) \
$(LLVM_ROOT_PATH)/include \
$(LLVM_ROOT_PATH)/host/include \
external/libcxx/include \
$(LOCAL_C_INCLUDES)
LOCAL_IS_HOST_MODULE := true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment