We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PKG_CONFIG_PATH
1 parent b5eef8a commit cca721aCopy full SHA for cca721a
configure
@@ -13,7 +13,7 @@ ARCH=$(uname -m)
13
if [ "$OS-$ARCH" = "Darwin-arm64" ]; then
14
CPATH=/opt/homebrew/include
15
LIBRARY_PATH=/opt/homebrew/lib
16
-export PKG_CONFIG_PATH=/opt/homebrew/opt/sqlite/lib/pkgconfig
+export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/opt/homebrew/opt/sqlite/lib/pkgconfig
17
else
18
CPATH=/usr/local/lib
19
LIBRARY_PATH=/usr/local/lib
0 commit comments