Skip to content

Commit

Permalink
use our own hostpython and not the system one, to generate valid pyo …
Browse files Browse the repository at this point in the history
…files. closes kivy#2
  • Loading branch information
tito committed Jul 18, 2012
1 parent bffb033 commit b70106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/populate-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ echo "-> Copy the new source"
try cp -a $SRCDIR $YOURAPPDIR

echo "-> Compile to pyo"
python -OO -m compileall $YOURAPPDIR
$TMPROOT/Python-$PYTHON_VERSION/hostpython -OO -m compileall $YOURAPPDIR

echo "-> Remove unused files (pyc, py)"
find $YOURAPPDIR -iname '*.py' -exec rm {} \;
Expand Down

0 comments on commit b70106c

Please sign in to comment.