aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2011-07-14 21:08:28 -0400
committerS. Davilla <davilla@4pi.com>2011-07-14 21:08:47 -0400
commit2fdc4569b2a2e214a8161738449640b5ae080fb8 (patch)
tree8f1e62eb0b898fc00911af28ea16b5bc77ecc0eb
parent78a51df4c4e77cc3282b35d44040c4b1d7afadba (diff)
[ios] fixed, do not patch twice, once is enough
-rw-r--r--tools/darwin/depends/python26/Makefile.ios2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/darwin/depends/python26/Makefile.ios b/tools/darwin/depends/python26/Makefile.ios
index 74ac7288dc..01d1323c1a 100644
--- a/tools/darwin/depends/python26/Makefile.ios
+++ b/tools/darwin/depends/python26/Makefile.ios
@@ -41,8 +41,6 @@ $(LIBDYLIB): $(TARBALLS_LOCATION)/$(ARCHIVE)
cd $(SOURCE); mv libpython2.6.a hostlibpython2.6.a
cd $(SOURCE); make distclean
cd $(SOURCE); patch -p1 <../Python-2.6.5-xcompile.patch
- # http://bugs.python.org/issue6869
- cd $(SOURCE); patch -p1 < ../Python-2.6-ctypes.patch
cd $(SOURCE); $(CONFIGURE)
cd $(SOURCE); make -j $(MAKE_JOBS) HOSTPYTHON=./hostpython HOSTPGEN=./Parser/hostpgen CROSS_COMPILE_TARGET=yes