add wheel build options to vendor raqm, fribidi shim

This commit is contained in:
nulano 2021-01-02 15:12:41 +01:00
parent 557562b6e6
commit 283913826a

View File

@ -94,6 +94,14 @@ function pre_build {
done
}
function pip_wheel_cmd {
local abs_wheelhouse=$1
pip wheel $(pip_opts) \
--global-option build_ext --global-option --enable-raqm \
--global-option --vendor-raqm --global-option --vendor-fribidi \
-w $abs_wheelhouse --no-deps .
}
function run_tests_in_repo {
# Run Pillow tests from within source repo
python3 selftest.py