aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2012-10-31 23:02:00 +0000
committerFilipe Cabecinhas <me@filcab.net>2012-10-31 23:02:00 +0000
commitb9f6fd80890a73d685dc301e96274b9a8f0e6d18 (patch)
tree597c1bf07a6720f6a098b74c2e32cfd685aeafd0 /Makefile
parenta5c92b6c0af7b68ae999d9efd87a060255aa7a37 (diff)
downloadlldb-b9f6fd80890a73d685dc301e96274b9a8f0e6d18.tar.gz
Use libxml2 on Mac OS X.
git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@167179 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6086353ed..890a7a9a2 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,7 @@ CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/Utility
CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/source/Plugins/Process/POSIX
ifeq ($(HOST_OS),Darwin)
CPP.Flags += -F/System/Library/Frameworks -F/System/Library/PrivateFrameworks
+CPP.Flags += -I/usr/include/libxml2
endif
ifdef LLDB_VENDOR
CPP.Flags += -DLLDB_VENDOR='"$(LLDB_VENDOR) "'