mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 12:17:14 +03:00
compile in c99 mode due to raqm
This commit is contained in:
parent
5fa0403b3b
commit
1794fcad90
|
@ -104,6 +104,9 @@ function pre_build {
|
|||
|
||||
function pip_wheel_cmd {
|
||||
local abs_wheelhouse=$1
|
||||
if [ -z "$IS_OSX" ]; then
|
||||
CFLAGS="$CFLAGS --std=c99" # for Raqm
|
||||
fi
|
||||
pip wheel $(pip_opts) \
|
||||
--global-option build_ext --global-option --enable-raqm \
|
||||
--global-option --vendor-raqm --global-option --vendor-fribidi \
|
||||
|
|
Loading…
Reference in New Issue
Block a user