mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Replaced tabs with spaces
This commit is contained in:
parent
e27728f24a
commit
dc1f619337
20
config.sh
20
config.sh
|
@ -49,16 +49,16 @@ function pre_build {
|
|||
BUILD_PREFIX=`dirname $(dirname $(which python))`
|
||||
PKG_CONFIG_PATH="$BUILD_PREFIX/lib/pkgconfig"
|
||||
fi
|
||||
build_simple xcb-proto 1.14.1 https://xcb.freedesktop.org/dist
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
build_simple xorgproto 2021.4 https://www.x.org/pub/individual/proto
|
||||
cp venv/share/pkgconfig/xproto.pc venv/lib/pkgconfig/xproto.pc
|
||||
build_simple libXau 1.0.9 https://www.x.org/pub/individual/lib
|
||||
build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist
|
||||
else
|
||||
sed -i s/\${pc_sysrootdir\}// /usr/local/lib/pkgconfig/xcb-proto.pc
|
||||
fi
|
||||
build_simple libxcb $LIBXCB_VERSION https://xcb.freedesktop.org/dist
|
||||
build_simple xcb-proto 1.14.1 https://xcb.freedesktop.org/dist
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
build_simple xorgproto 2021.4 https://www.x.org/pub/individual/proto
|
||||
cp venv/share/pkgconfig/xproto.pc venv/lib/pkgconfig/xproto.pc
|
||||
build_simple libXau 1.0.9 https://www.x.org/pub/individual/lib
|
||||
build_simple libpthread-stubs 0.4 https://xcb.freedesktop.org/dist
|
||||
else
|
||||
sed -i s/\${pc_sysrootdir\}// /usr/local/lib/pkgconfig/xcb-proto.pc
|
||||
fi
|
||||
build_simple libxcb $LIBXCB_VERSION https://xcb.freedesktop.org/dist
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
BUILD_PREFIX=$ORIGINAL_BUILD_PREFIX
|
||||
PKG_CONFIG_PATH=$ORIGINAL_PKG_CONFIG_PATH
|
||||
|
|
Loading…
Reference in New Issue
Block a user