Skip to content

Commit 912ea40

Browse files
committed
Display SQLite pkg-config output
1 parent 9258d2f commit 912ea40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cpython-unix/build-cpython.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ set -ex
77

88
export ROOT=`pwd`
99

10+
pkg-config --modversion --path sqlite3 || echo "sqlite3.pc not found"
11+
1012
export PATH=${TOOLS_PATH}/${TOOLCHAIN}/bin:${TOOLS_PATH}/host/bin:${TOOLS_PATH}/deps/bin:$PATH
1113
export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib/pkgconfig
1214

15+
pkg-config --modversion --path sqlite3 || echo "sqlite3.pc not found"
16+
1317
# configure somehow has problems locating llvm-profdata even though it is in
1418
# PATH. The macro it is using allows us to specify its path via an
1519
# environment variable.

0 commit comments

Comments
 (0)