Skip to content

Commit 3a9d76f

Browse files
committed
Updated build for Python 3.5.2
1 parent c770a16 commit 3a9d76f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 3 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=2
28+
BUILD_NUMBER=1
2929

3030
# Version of packages that will be compiled by this meta-package
3131
PYTHON_VERSION=3.5.2
@@ -310,12 +310,12 @@ XZ_FRAMEWORK-$1=build/$1/XZ.framework
310310
PYTHON_FRAMEWORK-$1=build/$1/Python.framework
311311
PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1)/Versions/$(PYTHON_VER)/Resources
312312

313-
$1: dist/Python-$(PYTHON_VERSION)-$1-support.b$(BUILD_NUMBER).tar.gz
313+
$1: dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz
314314

315315
clean-$1:
316316
rm -rf build/$1
317317

318-
dist/Python-$(PYTHON_VERSION)-$1-support.b$(BUILD_NUMBER).tar.gz: $$(OPENSSL_FRAMEWORK-$1) $$(PYTHON_FRAMEWORK-$1)
318+
dist/Python-$(PYTHON_VER)-$1-support.b$(BUILD_NUMBER).tar.gz: $$(BZIP2_FRAMEWORK-$1) $$(XZ_FRAMEWORK-$1) $$(OPENSSL_FRAMEWORK-$1) $$(PYTHON_FRAMEWORK-$1)
319319
mkdir -p dist
320320
tar zcvf $$@ -C build/$1 $$(notdir $$^)
321321

patch/Python/Setup.embedded

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ resource resource.c
6262
select selectmodule.c
6363
syslog syslogmodule.c
6464
termios termios.c
65-
time timemodule.c
6665
unicodedata unicodedata.c
6766
zlib zlibmodule.c -I$(prefix)/include -lz
6867

0 commit comments

Comments
 (0)