We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1aced commit 0379153Copy full SHA for 0379153
1 file changed
src/portable_python/cpython.py
@@ -184,7 +184,6 @@ def xenv_LIBZSTD_LIBS(self):
184
if self.version >= "3.14" and PPG.target.is_macos:
185
yield f"{self.deps_lib_dir}/libzstd.a"
186
187
-
188
@runez.cached_property
189
def prefix_lib_folder(self):
190
"""Path to <prefix>/lib/pythonM.m folder"""
0 commit comments