[issue41116] build on macOS 11 (beta) does not find system-supplied third-party libraries

Dustin Rodrigues report at bugs.python.org
Mon Jan 11 23:49:30 EST 2021


Dustin Rodrigues <dust.rod at gmail.com> added the comment:

If your 'brew --prefix' is /opt/homebrew, then setting

CFLAGS="-I/opt/homebrew/include" CPPFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib"

when running ./configure appears to be sufficient to build the interpreter with lzma support once you've already done 'brew install xz'.

----------
nosy: +dtrodrigues

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41116>
_______________________________________


More information about the Python-bugs-list mailing list