Skip to content

Commit

Permalink
update to python 2.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
shimoda dragon committed Mar 27, 2016
1 parent b6ba72a commit acb586a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python-build/LATEST_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r26
r27
2 changes: 1 addition & 1 deletion python-build/LATEST_VERSION_EXTRA
Original file line number Diff line number Diff line change
@@ -1 +1 @@
r26
r27
4 changes: 2 additions & 2 deletions python-build/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.7.10
VERSION=2.7.11
ndk_build = $(NDK_PATH)/ndk-build
# set -ex
CWD := $(shell pwd)
Expand Down Expand Up @@ -56,7 +56,7 @@ clean:
make -C openssl clean
rm -f .build_*
rm -rf $(PYTHONSRC)
rm -rf python python_arm python_x86
rm -rf python/obj python_arm python_x86
rm -rf ncurses readline libffi libcrypt sqlite3 uClibc-0.9.33.2 expat bzip2

error:
Expand Down

0 comments on commit acb586a

Please sign in to comment.