Skip to content

Commit

Permalink
Merge pull request #779 from untergeek/fix/binary_build1
Browse files Browse the repository at this point in the history
Add missing line
  • Loading branch information
untergeek committed Oct 6, 2016
2 parents a4d2cc1 + 881ce00 commit be6fb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unix_packages/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ for ((i=0;i<loop;i++)); do
MY_PY=${PY_BIN3}
MY_EASY=${PY_EASY_INSTALL3}
PY_PREFIX=python3
echo cd ${PACKAGEDIR} >> ${EXECUTOR}
fi
cd ${PACKAGEDIR}

Expand Down

0 comments on commit be6fb18

Please sign in to comment.