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.
serge-sans-paille commentedDec 20, 2022
•
edited by bedevere-bot
Bug report
On OSX, it is possible to set a framework with
--enable-framework
. This notably defines thePYTHONFRAMEWORKINSTALLDIR
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
The text was updated successfully, but these errors were encountered: