summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorHafiz Abid Qadeer <hafiz_abid@mentor.com>2014-03-12 10:35:00 +0000
committerHafiz Abid Qadeer <hafiz_abid@mentor.com>2014-03-12 10:35:00 +0000
commit581eb9598308d643910143357b29b5940973ff40 (patch)
treec37cef79541925bd2524ffb0ee7556cea1cfa8e1 /lldb/source/API
parent8c0f86e3070e201b0ad1f148d6b8bd7ac8a97029 (diff)
downloadbcm5719-llvm-581eb9598308d643910143357b29b5940973ff40.tar.gz
bcm5719-llvm-581eb9598308d643910143357b29b5940973ff40.zip
Add some missing defines that are already present in the cmake side.
This is to help fix mingw build. llvm-svn: 203649
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/API/Makefile b/lldb/source/API/Makefile
index 75be5372c11..e35b2c37735 100644
--- a/lldb/source/API/Makefile
+++ b/lldb/source/API/Makefile
@@ -12,3 +12,7 @@ LIBRARYNAME := lldbAPI
BUILD_ARCHIVE = 1
include $(LLDB_LEVEL)/Makefile
+
+ifeq ($(HOST_OS),MingW)
+CXXFLAGS += -DEXPORT_LIBLLDB
+endif
OpenPOWER on IntegriCloud