File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
# Current director
26
26
PROJECT_DIR =$(shell pwd)
27
27
28
- BUILD_NUMBER =2
28
+ BUILD_NUMBER =1
29
29
30
30
# Version of packages that will be compiled by this meta-package
31
31
PYTHON_VERSION =3.5.2
@@ -310,12 +310,12 @@ XZ_FRAMEWORK-$1=build/$1/XZ.framework
310
310
PYTHON_FRAMEWORK-$1=build/$1/Python.framework
311
311
PYTHON_RESOURCES-$1=$$(PYTHON_FRAMEWORK-$1 ) /Versions/$(PYTHON_VER ) /Resources
312
312
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
314
314
315
315
clean-$1:
316
316
rm -rf build/$1
317
317
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 )
319
319
mkdir -p dist
320
320
tar zcvf $$@ -C build/$1 $$(notdir $$^ )
321
321
Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ resource resource.c
62
62
select selectmodule.c
63
63
syslog syslogmodule.c
64
64
termios termios.c
65
- time timemodule.c
66
65
unicodedata unicodedata.c
67
66
zlib zlibmodule.c -I$(prefix)/include -lz
68
67
You can’t perform that action at this time.
0 commit comments