This repository was archived by the owner on Mar 30, 2019. It is now read-only.
File tree 4 files changed +6553
-9962
lines changed
4 files changed +6553
-9962
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2014 Russell Keith-Magee.
1
+ Copyright (c) 2014-2016 Russell Keith-Magee.
2
2
3
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 15
15
# Current director
16
16
PROJECT_DIR =$(shell pwd)
17
17
18
- BUILD_NUMBER =4
18
+ BUILD_NUMBER =1
19
19
20
20
# Version of packages that will be compiled by this meta-package
21
- PYTHON_VERSION =3.4.2
21
+ PYTHON_VERSION =3.5.1
22
22
PYTHON_VER = $(basename $(PYTHON_VERSION ) )
23
23
24
24
OPENSSL_VERSION_NUMBER =1.0.2
25
- OPENSSL_REVISION =e
25
+ OPENSSL_REVISION =f
26
26
OPENSSL_VERSION =$(OPENSSL_VERSION_NUMBER )$(OPENSSL_REVISION )
27
27
28
28
# Supported OS
@@ -175,6 +175,8 @@ $$(PYTHON_DIR-$1)/Makefile: downloads/Python-$(PYTHON_VERSION).tgz $(PYTHON_HOST
175
175
# Apply target Python patches
176
176
cd $$(PYTHON_DIR-$1 ) && patch -p1 <$(PROJECT_DIR ) /patch/Python/Python.patch
177
177
cp -f $(PROJECT_DIR ) /patch/Python/Setup.embedded $$(PYTHON_DIR-$1 ) /Modules/Setup.embedded
178
+ # Copy in the host _freeze_importlib
179
+ cp $(PYTHON_DIR-host ) /Programs/_freeze_importlib $$(PYTHON_DIR-$1 ) /iOS/_freeze_importlib
178
180
# Configure target Python
179
181
cd $$(PYTHON_DIR-$1 ) && PATH=$(PROJECT_DIR ) /$(PYTHON_DIR-host ) /dist/bin:$(PATH ) ./configure \
180
182
CC="$$(CC-$1 ) " LD="$$(CC-$1 ) " \
You can’t perform that action at this time.
0 commit comments