Skip to content

internal: fix python abi library name for mingw#6159

Open
ognevny wants to merge 1 commit into
PyO3:mainfrom
ognevny:fix-mingw-libname
Open

internal: fix python abi library name for mingw#6159
ognevny wants to merge 1 commit into
PyO3:mainfrom
ognevny:fix-mingw-libname

Conversation

@ognevny

@ognevny ognevny commented Jun 23, 2026

Copy link
Copy Markdown

usually mingw version of python are shipped with lib prefix, so we need to add it for proper linking

fixes #6157

@ognevny ognevny changed the title fix python abi library name for mingw internal: fix python abi library name for mingw Jun 23, 2026
usually mingw version of python are shipped with `lib` prefix, so we need to add it for proper
linking
@ognevny ognevny force-pushed the fix-mingw-libname branch from 4bc82d4 to 162acea Compare June 23, 2026 17:58
@ognevny

ognevny commented Jun 23, 2026

Copy link
Copy Markdown
Author

it seems that this didn't fix downstream builds. for me pyca/cryptography still fail :(

@messense is there any place I missed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0.28 raw-dylib linking regressed MSYS2/MinGW (libpython3X.dll vs python3X.dll)

1 participant