Skip to content

Commit 9258d2f

Browse files
committed
Set PKG_CONFIG_PATH in build-cpython
1 parent 4d400f4 commit 9258d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpython-unix/build-cpython.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set -ex
88
export ROOT=`pwd`
99

1010
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
1112

1213
# configure somehow has problems locating llvm-profdata even though it is in
1314
# PATH. The macro it is using allows us to specify its path via an

0 commit comments

Comments
 (0)