We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 848d081 + 84fca8a commit 1af86c2Copy full SHA for 1af86c2
1 file changed
.github/workflows/build.sh
@@ -7,6 +7,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
7
# remove lcms2 and libpng to fix building openjpeg on arm64
8
brew remove --ignore-dependencies webp zstd xz libpng libtiff libxcb libxdmcp curl php lcms2 ghostscript
9
10
+ brew install pkg-config
11
+
12
if [[ "$PLAT" == "arm64" ]]; then
13
export MACOSX_DEPLOYMENT_TARGET="11.0"
14
else
0 commit comments