We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkg-config --static
1 parent c663e82 commit c110f4cCopy full SHA for c110f4c
cpython-unix/build-cpython.sh
@@ -14,6 +14,8 @@ export PKG_CONFIG_PATH=${TOOLS_PATH}/deps/share/pkgconfig:${TOOLS_PATH}/deps/lib
14
15
pkg-config --modversion sqlite3 || echo "sqlite3.pc not found"
16
17
+export PKG_CONFIG="pkg-config --static"
18
+
19
# configure somehow has problems locating llvm-profdata even though it is in
20
# PATH. The macro it is using allows us to specify its path via an
21
# environment variable.
0 commit comments