[go: up one dir, main page]

Skip to content

Commit

Permalink
added Python-3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Oct 13, 2017
1 parent dfa1c33 commit 133bb0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
# Example invocation: ./build.sh stacklessco
# Example invocation: ./build.sh stacklessco usessl
# Example invocation: ./build.sh python3.2
# Example invocation: ./build.sh python3.6
# Example invocation: ./build.sh stackless3.2
# Example invocation: ./build.sh stacklessxl3.2
#
Expand Down Expand Up @@ -131,6 +132,13 @@ for ARG in "$@"; do
IS_XX=
IS_PY3=1
USE_SSL=
elif test "$ARG" = python3.6; then
TARGET=python3.6-static
PYTHONTBZ2=Python-3.6.0.tar.xz
IS_CO=
IS_XX=
IS_PY3=1
USE_SSL=
elif test "$ARG" = stackless3.2; then
TARGET=stackless3.2-static
PYTHONTBZ2=stackless-32-export.tar.bz2
Expand Down Expand Up @@ -559,7 +567,7 @@ fixsetup() {
if test "$IS_PY3"; then
( cd "$BUILDDIR" || return "$?"
grep '^_thread ' Modules/Setup.config || return "$?"
grep 'signal' Modules/Setup.config || return "$?"
#grep 'signal' Modules/Setup.config || return "$?"
) || return "$?"
fi
}
Expand Down

0 comments on commit 133bb0e

Please sign in to comment.