Skip to content

Commit

Permalink
Update toolkit python version
Browse files Browse the repository at this point in the history
sugarlabs/sugar-toolkit-gtk3#444 when merged
will break the build.

Be explicit about building for Python 2 rather than assume default.
  • Loading branch information
quozl committed Feb 28, 2020
1 parent 8045255 commit dbf06fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/hooks/normal/0900-sugar.hook.chroot
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd /usr/src/sugar-toolkit-gtk3 && (
make install
rsync -r /usr/lib/python3.7/site-packages/sugar3 /usr/lib/python3.7/dist-packages/
git clean -dfx
./autogen.sh --prefix /usr
./autogen.sh --prefix /usr --with-python2
make
make install
echo ok
Expand Down

0 comments on commit dbf06fa

Please sign in to comment.