Skip to content

Commit

Permalink
Fixed pkgconfig libarchive path for MacOSX build.
Browse files Browse the repository at this point in the history
  • Loading branch information
thor2016 committed Aug 26, 2023
1 parent 79147dd commit 34eb760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/macOS_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ brew install ffmpeg

#brew install zlib # Already installed in appveyor macOS

export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:$LIBARCHIVE_PATH:
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:$LIBARCHIVE_PATH/lib/pkgconfig:

ls -ltr $HOME/Qt;

Expand Down

0 comments on commit 34eb760

Please sign in to comment.