Skip to content

Commit 7dd382c

Browse files
author
jwiltse
committed
Update Ncurses ref to self.deps_lib_dir
1 parent 83794ea commit 7dd382c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/portable_python/external/xcpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def c_configure_args(self):
219219
yield "--without-manpages"
220220
yield "--without-progs"
221221
yield "--without-tests"
222-
yield f"--with-pkg-config-libdir={self.deps_lib}/pkgconfig"
222+
yield f"--with-pkg-config-libdir={self.deps_lib_dir}/pkgconfig"
223223
yield "--enable-pc-files"
224224
yield "--with-debug=no"
225225
yield "--with-gpm=no"

0 commit comments

Comments
 (0)