Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
tox.ini (macos-nohomebrew): Disable more libraries to remove dependen…
Browse files Browse the repository at this point in the history
…cies on homebrew
  • Loading branch information
Matthias Koeppe committed Mar 29, 2021
1 parent dffcdbc commit 3779a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ setenv =
# - We use libgd only used in a very limited way, in {matrix,vector}_mod_2_dense. Disable search for other packages.
macos-nohomebrew: LIBGD_CONFIGURE=--without-freetype --without-raqm --without-fontconfig --without-jpeg --without-liq --without-xpm --without-tiff --without-webp --without-heif --without-avif
macos-nohomebrew: FREETYPE_CONFIGURE=--without-harfbuzz
macos-nohomebrew: PILLOW_BUILD_EXT=--disable-platform-guessing
macos-nohomebrew: PILLOW_BUILD_EXT=--disable-platform-guessing --disable-jpeg2000 --disable-imagequant --disable-tiff --disable-lcms --disable-webp --disable-webpmux --disable-xcb
macos-nohomebrew: ZLIB_ROOT={env:MACOS_SDK}/usr
macos: MACOS_SDK=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk
# python3 from XCode 12 has MACOSX_DEPLOYMENT_TARGET=10.14.6. Selecting a lower target would cause /usr/bin/python3 to be rejected by configure.
Expand Down

0 comments on commit 3779a25

Please sign in to comment.