Skip to content

Commit

Permalink
Display SQLite pkg-config output
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 30, 2024
1 parent 9258d2f commit 912ea40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ set -ex

export ROOT=`pwd`

pkg-config --modversion --path sqlite3 || echo "sqlite3.pc not found"

export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:${TOOLS_PATH}/deps/bin:$PATH
export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib/pkgconfig

pkg-config --modversion --path sqlite3 || echo "sqlite3.pc not found"

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

0 comments on commit 912ea40

Please sign in to comment.