[Lldb-commits] [lldb] r131465 - /lldb/trunk/Makefile

Johnny Chen johnny.chen at apple.com
Tue May 17 09:32:56 PDT 2011


Author: johnny
Date: Tue May 17 11:32:56 2011
New Revision: 131465

URL: http://llvm.org/viewvc/llvm-project?rev=131465&view=rev
Log:
Forgot to check in this patch for Marco Minutoli.

Update to Python2.7 from Python 2.6.

Modified:
    lldb/trunk/Makefile

Modified: lldb/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/Makefile?rev=131465&r1=131464&r2=131465&view=diff
==============================================================================
--- lldb/trunk/Makefile (original)
+++ lldb/trunk/Makefile Tue May 17 11:32:56 2011
@@ -29,7 +29,7 @@
 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 





More information about the lldb-commits mailing list