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
build-cpython
1 parent 4d400f4 commit 9258d2fCopy full SHA for 9258d2f
cpython-unix/build-cpython.sh
@@ -8,6 +8,7 @@ set -ex
8
export ROOT=`pwd`
9
10
export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:${TOOLS_PATH}/deps/bin:$PATH
11
+export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib/pkgconfig
12
13
# configure somehow has problems locating llvm-profdata even though it is in
14
# PATH. The macro it is using allows us to specify its path via an
0 commit comments