diff options
| author | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2014-03-12 10:35:00 +0000 |
|---|---|---|
| committer | Hafiz Abid Qadeer <hafiz_abid@mentor.com> | 2014-03-12 10:35:00 +0000 |
| commit | 581eb9598308d643910143357b29b5940973ff40 (patch) | |
| tree | c37cef79541925bd2524ffb0ee7556cea1cfa8e1 /lldb/source/API | |
| parent | 8c0f86e3070e201b0ad1f148d6b8bd7ac8a97029 (diff) | |
| download | bcm5719-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/Makefile | 4 |
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 |

