Skip to content

Commit 0fc1e32

Browse files
committed
Correct pyconfig file for iOS; prepare for b11 release.
1 parent 99f9591 commit 0fc1e32

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# Current director
2626
PROJECT_DIR=$(shell pwd)
2727

28-
BUILD_NUMBER=10
28+
BUILD_NUMBER=11
2929

3030
MACOSX_DEPLOYMENT_TARGET=10.8
3131

@@ -34,7 +34,7 @@ PYTHON_VERSION=3.5.9
3434
PYTHON_VER=$(basename $(PYTHON_VERSION))
3535

3636
OPENSSL_VERSION_NUMBER=1.0.2
37-
OPENSSL_REVISION=t
37+
OPENSSL_REVISION=u
3838
OPENSSL_VERSION=$(OPENSSL_VERSION_NUMBER)$(OPENSSL_REVISION)
3939

4040
BZIP2_VERSION=1.0.8

patch/Python/pyconfig-iOS.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
#ifdef __arm__
2-
#include "pyconfig-armv7.h"
3-
#endif
4-
51
#ifdef __arm64__
62
#include "pyconfig-arm64.h"
73
#endif

0 commit comments

Comments
 (0)