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

configure.ac unconditionnaly references variables only defined under --enable-framework #100379

Open
serge-sans-paille opened this issue Dec 20, 2022 · 0 comments
Labels
OS-mac type-bug An unexpected behavior, bug, or error

Comments

@serge-sans-paille
Copy link
Contributor

serge-sans-paille commented Dec 20, 2022

Bug report

On OSX, it is possible to set a framework with --enable-framework. This notably defines the PYTHONFRAMEWORKINSTALLDIR environment variable.

In various pieces of the code, this variable is unconditionally used to set various compiler flags, even though it may be empty.
This leads to invalid compiler flags.

Linked PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-mac type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants