You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pr. now, we unfortunately encourage setting CFLAGS and LDFLAGS for the scope of the entire build, simply to satisfy the build requirements of the _gdbm and _lzma extension modules.
Following the recent build system improvements, we've now got targeted variables for this, such as GDBM_CFLAGS and GDBM_LIBS. We should use them.
This is a follow-up to #1052 (and various other recent macOS build instruction improvements).
The text was updated successfully, but these errors were encountered:
Pr. now, we unfortunately encourage setting CFLAGS and LDFLAGS for the scope of the entire build, simply to satisfy the build requirements of the
_gdbm
and_lzma
extension modules.Following the recent build system improvements, we've now got targeted variables for this, such as
GDBM_CFLAGS
andGDBM_LIBS
. We should use them.This is a follow-up to #1052 (and various other recent macOS build instruction improvements).
The text was updated successfully, but these errors were encountered: