From 85e97bf85fae3c6e1eb77aaf83d7692721bbf25b Mon Sep 17 00:00:00 2001 From: botantony Date: Fri, 7 Mar 2025 11:36:46 +0100 Subject: [PATCH] build (macos): do not overwrite `PKG_CONFIG_PATH` variable --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index f69dc1573..eb135239d 100755 --- a/configure +++ b/configure @@ -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