diff options
author | S. Davilla <davilla@4pi.com> | 2011-07-14 21:08:28 -0400 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2011-07-14 21:08:47 -0400 |
commit | 2fdc4569b2a2e214a8161738449640b5ae080fb8 (patch) | |
tree | 8f1e62eb0b898fc00911af28ea16b5bc77ecc0eb | |
parent | 78a51df4c4e77cc3282b35d44040c4b1d7afadba (diff) |
[ios] fixed, do not patch twice, once is enough
-rw-r--r-- | tools/darwin/depends/python26/Makefile.ios | 2 |
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 |