Skip to content

Conversation

@vstinner
Copy link
Member

@vstinnervstinner commented Oct 5, 2023

On FreeBSD when Python is built out of tree, the "python" program was
created in the source directory instead of build directory. Fix the
Makefile to write the "python" program in the build directory.

On FreeBSD when Python is built out of tree, the "python" program was created in the source directory instead of build directory. Fix the Makefile to write the "python" program in the build directory.
@vstinner
Copy link
MemberAuthor

This change is in fact just a workaround. I wrote PR #110449 to fix the root issue.

@vstinnervstinner closed this Oct 6, 2023
@vstinnervstinner deleted the makefile branch October 6, 2023 00:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs backport to 3.11only security fixesneeds backport to 3.12only security fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@vstinner