[go: up one dir, main page]

Skip to content

Commit

Permalink
add stripping of -static suffix from args
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Szabo committed Nov 14, 2016
1 parent 6146a69 commit 815988f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ PYTHONTBZ2=Python-2.7.12.tar.xz
IS_CO=
IS_PY3=
for ARG in "$@"; do
ARG="${ARG%-static}" # E.g. convert python2.7-static to python2.7
if test "$ARG" = stackless || test "$ARG" = stackless2.7; then
TARGET=stackless2.7-static
PYTHONTBZ2=stackless-2712-export.tar.xz
Expand Down

0 comments on commit 815988f

Please sign in to comment.