Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
build/pkgs/pillow/spkg-install.in: Fix up 'setup.py bdist_wheel' command
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Sep 25, 2020
1 parent c2efa14 commit ff0c973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/pkgs/pillow/spkg-install.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ fi
# Note: Avoid shared libraries inside egg files, Trac #19467
sage-python23 setup.py \
--no-user-cfg \
bdist_wheel \
build_ext \
--debug \
--disable-jpeg \
$extra_build_ext \
bdist_wheel || sdh_die "Error building/installing Pillow"
$extra_build_ext || sdh_die "Error building/installing Pillow"

sdh_store_and_pip_install_wheel .

0 comments on commit ff0c973

Please sign in to comment.