From 61c5582f533c040cffa51c9b6f98070d39c5cdc8 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 7375b3d4f912..8b7a661fbb45 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