We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83794ea commit 7dd382cCopy full SHA for 7dd382c
1 file changed
src/portable_python/external/xcpython.py
@@ -219,7 +219,7 @@ def c_configure_args(self):
219
yield "--without-manpages"
220
yield "--without-progs"
221
yield "--without-tests"
222
- yield f"--with-pkg-config-libdir={self.deps_lib}/pkgconfig"
+ yield f"--with-pkg-config-libdir={self.deps_lib_dir}/pkgconfig"
223
yield "--enable-pc-files"
224
yield "--with-debug=no"
225
yield "--with-gpm=no"
0 commit comments