Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 1af86c2

Browse files
authored
Merge pull request #373 from radarhere/macos
brew install pkg-config
2 parents 848d081 + 84fca8a commit 1af86c2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
77
# remove lcms2 and libpng to fix building openjpeg on arm64
88
brew remove --ignore-dependencies webp zstd xz libpng libtiff libxcb libxdmcp curl php lcms2 ghostscript
99

10+
brew install pkg-config
11+
1012
if [[ "$PLAT" == "arm64" ]]; then
1113
export MACOSX_DEPLOYMENT_TARGET="11.0"
1214
else

0 commit comments

Comments
 (0)