Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make link.exe find PyPy's python*.lib #1

Closed
wants to merge 1 commit into from

Conversation

rominf
Copy link
Owner

@rominf rominf commented Jul 9, 2024

Point LIB environment variable to libs directory of extracted PyPy on Windows, so that link.exe find it while building Python extensions: https://learn.microsoft.com/en-us/cpp/build/reference/linking?view=msvc-170#link-environment-variables

Add a test for building Python extension.

Description:
Describe your changes.

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Point `LIB` environment variable to `libs` directory of extracted PyPy
on Windows, so that `link.exe` find it while building Python extensions:
https://learn.microsoft.com/en-us/cpp/build/reference/linking?view=msvc-170#link-environment-variables
@rominf rominf changed the base branch from main to rominf-no-pypy-lib July 9, 2024 19:43
@rominf rominf closed this Sep 5, 2024
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.

1 participant