mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-14 11:26:27 +03:00
add wheel build options to vendor raqm, fribidi shim
This commit is contained in:
parent
557562b6e6
commit
283913826a
|
@ -94,6 +94,14 @@ function pre_build {
|
||||||
done
|
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 {
|
function run_tests_in_repo {
|
||||||
# Run Pillow tests from within source repo
|
# Run Pillow tests from within source repo
|
||||||
python3 selftest.py
|
python3 selftest.py
|
||||||
|
|
Loading…
Reference in New Issue
Block a user