mirror of
https://github.com/python/cpython.git
synced 2025-09-29 19:56:59 +00:00
gh-100893: update bpo reference in Mac README (GH-100905)
(cherry picked from commit be23a20242
)
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
parent
13453a205b
commit
03732b1bd9
1 changed files with 3 additions and 3 deletions
|
@ -347,9 +347,9 @@ The configure script sometimes emits warnings like the one below::
|
||||||
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
|
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
|
||||||
configure: WARNING: libintl.h: proceeding with the preprocessor's result
|
configure: WARNING: libintl.h: proceeding with the preprocessor's result
|
||||||
configure: WARNING: libintl.h: in the future, the compiler will take precedence
|
configure: WARNING: libintl.h: in the future, the compiler will take precedence
|
||||||
configure: WARNING: ## --------------------------------------- ##
|
configure: WARNING: ## -------------------------------------------------------- ##
|
||||||
configure: WARNING: ## Report this to https://bugs.python.org/ ##
|
configure: WARNING: ## Report this to https://github.com/python/cpython/issues/ ##
|
||||||
configure: WARNING: ## --------------------------------------- ##
|
configure: WARNING: ## -------------------------------------------------------- ##
|
||||||
|
|
||||||
This almost always means you are trying to build a universal binary for
|
This almost always means you are trying to build a universal binary for
|
||||||
Python and have libraries in ``/usr/local`` that don't contain the required
|
Python and have libraries in ``/usr/local`` that don't contain the required
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue