Skip to content

Commit c110f4c

Browse files
committed
Set pkg-config --static
1 parent c663e82 commit c110f4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpython-unix/build-cpython.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib
1414

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

17+
export PKG_CONFIG="pkg-config --static"
18+
1719
# configure somehow has problems locating llvm-profdata even though it is in
1820
# PATH. The macro it is using allows us to specify its path via an
1921
# environment variable.

0 commit comments

Comments
 (0)