Skip to content

Commit cca721a

Browse files
committed
build (macos): do not overwrite PKG_CONFIG_PATH variable
1 parent b5eef8a commit cca721a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ARCH=$(uname -m)
1313
if [ "$OS-$ARCH" = "Darwin-arm64" ]; then
1414
CPATH=/opt/homebrew/include
1515
LIBRARY_PATH=/opt/homebrew/lib
16-
export PKG_CONFIG_PATH=/opt/homebrew/opt/sqlite/lib/pkgconfig
16+
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/homebrew/opt/sqlite/lib/pkgconfig
1717
else
1818
CPATH=/usr/local/lib
1919
LIBRARY_PATH=/usr/local/lib

0 commit comments

Comments
 (0)