Skip to content

Commit

Permalink
Updated build for Python 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Jul 7, 2016
1 parent c770a16 commit 3a9d76f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Current director
PROJECT_DIR=$(shell pwd)

BUILD_NUMBER=2
BUILD_NUMBER=1

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

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

clean-$1:
rm -rf build/$1

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

Expand Down
1 change: 0 additions & 1 deletion patch/Python/Setup.embedded
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ resource resource.c
select selectmodule.c
syslog syslogmodule.c
termios termios.c
time timemodule.c
unicodedata unicodedata.c
zlib zlibmodule.c -I$(prefix)/include -lz

Expand Down

0 comments on commit 3a9d76f

Please sign in to comment.