Skip to content

Commit 34eb760

Browse files
committed
Fixed pkgconfig libarchive path for MacOSX build.
1 parent 79147dd commit 34eb760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/macOS_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ brew install ffmpeg
9393

9494
#brew install zlib # Already installed in appveyor macOS
9595

96-
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:$LIBARCHIVE_PATH:
96+
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:$LIBARCHIVE_PATH/lib/pkgconfig:
9797

9898
ls -ltr $HOME/Qt;
9999

0 commit comments

Comments
 (0)