diff options
author | Johnny Chen <johnny.chen@apple.com> | 2011-05-17 16:32:56 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2011-05-17 16:32:56 +0000 |
commit | 314d07b51c6300a2095a0b0ac1d222d3bf3d9e2a (patch) | |
tree | 0798097bcf02b54af7672f87685ca0cddfad56bf | |
parent | f934f98ad26ef87718030b9639c5c1b017cc471c (diff) | |
download | bcm5719-llvm-314d07b51c6300a2095a0b0ac1d222d3bf3d9e2a.tar.gz bcm5719-llvm-314d07b51c6300a2095a0b0ac1d222d3bf3d9e2a.zip |
Forgot to check in this patch for Marco Minutoli.
Update to Python2.7 from Python 2.6.
llvm-svn: 131465
-rw-r--r-- | lldb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/Makefile b/lldb/Makefile index a84e244c02a..fc090a8f18f 100644 --- a/lldb/Makefile +++ b/lldb/Makefile @@ -29,7 +29,7 @@ LEVEL := $(LLDB_LEVEL)/../.. include $(LEVEL)/Makefile.common # Set Python include directory -PYTHON_INC_DIR = /usr/include/python2.6 +PYTHON_INC_DIR = /usr/include/python2.7 # Set common LLDB build flags. CPP.Flags += -I$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/include |