gh-119679: Fix layout of PYD and DLL files on Windows when using PC/layout script (GH-120133)

This commit is contained in:
Steve Dower 2024-06-06 16:11:42 +01:00 committed by GitHub
parent fd104dfcb8
commit cccc9f63c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -226,7 +226,7 @@ def get_layout(ns):
continue continue
if src in EXCLUDE_FROM_DLLS: if src in EXCLUDE_FROM_DLLS:
continue continue
yield from in_build(src.name, no_lib=True) yield from in_build(src.name, dest=dest, no_lib=True)
if ns.zip_lib: if ns.zip_lib:
zip_name = PYTHON_ZIP_NAME zip_name = PYTHON_ZIP_NAME