Skip to content

Commit

Permalink
Set pkg-config --static
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Dec 30, 2024
1 parent c663e82 commit c110f4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpython-unix/build-cpython.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib

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

export PKG_CONFIG="pkg-config --static"

# 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 c110f4c

Please sign in to comment.