mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-29 03:16:18 +03:00
Merge pull request #282 from radarhere/deployment
Fixed setting MACOSX_DEPLOYMENT_TARGET
This commit is contained in:
commit
fd9f83364a
4
.github/workflows/build.sh
vendored
4
.github/workflows/build.sh
vendored
|
@ -6,9 +6,9 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php
|
brew remove --ignore-dependencies webp zstd xz libtiff libxcb curl php
|
||||||
|
|
||||||
if [[ "$PLAT" == "arm64" ]]; then
|
if [[ "$PLAT" == "arm64" ]]; then
|
||||||
MACOSX_DEPLOYMENT_TARGET="11.0"
|
export MACOSX_DEPLOYMENT_TARGET="11.0"
|
||||||
else
|
else
|
||||||
MACOSX_DEPLOYMENT_TARGET="10.10"
|
export MACOSX_DEPLOYMENT_TARGET="10.10"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user