build (macos): do not overwrite PKG_CONFIG_PATH variable

This commit is contained in:
botantony
2025-03-07 11:36:46 +01:00
committed by Rusty Russell
parent 0a2f983a6e
commit 85e97bf85f

2
configure vendored
View File

@@ -13,7 +13,7 @@ ARCH=$(uname -m)
if [ "$OS-$ARCH" = "Darwin-arm64" ]; then
CPATH=/opt/homebrew/include
LIBRARY_PATH=/opt/homebrew/lib
export PKG_CONFIG_PATH=/opt/homebrew/opt/sqlite/lib/pkgconfig
export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/homebrew/opt/sqlite/lib/pkgconfig
else
CPATH=/usr/local/lib
LIBRARY_PATH=/usr/local/lib