Skip to content

Commit

Permalink
ci(mac): Add libc++ for mac m1
Browse files Browse the repository at this point in the history
  • Loading branch information
ktgw0316 committed Feb 28, 2024
1 parent 0d2ebe8 commit caea677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
brew install ant lensfun libjpeg-turbo libomp libraw libtiff libxml2 little-cms2 rsync
brew install ant lensfun libc++ libjpeg-turbo libomp libraw libtiff libxml2 little-cms2 rsync
if [ "${{ matrix.os }}" == "macos-14" ]; then
export LIBOMP_PATH=/opt/homebrew/opt/libomp
TARGET_ARCH=arm64 ant -f macosx/build.xml zip
Expand Down

0 comments on commit caea677

Please sign in to comment.