diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-01-09 19:42:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 19:42:38 -0800 |
commit | bc87339d1e2de23d3dc3a848784dfffe6559c915 (patch) | |
tree | aaecdc0481dbfbe03c44496962722416641d3b5d | |
parent | 40d87ffe4a8f29ca3f981fc63d5a027856327e5b (diff) | |
download | cpython-git-bc87339d1e2de23d3dc3a848784dfffe6559c915.tar.gz |
gh-100893: update bpo reference in Mac README (GH-100905)
(cherry picked from commit be23a202426385ad99dcb2611152783780c7bc42)
Co-authored-by: Ned Deily <nad@python.org>
-rw-r--r-- | Mac/README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Mac/README.rst b/Mac/README.rst index e746ba8734..099efbe1e9 100644 --- a/Mac/README.rst +++ b/Mac/README.rst @@ -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: proceeding with the preprocessor's result configure: WARNING: libintl.h: in the future, the compiler will take precedence - configure: WARNING: ## --------------------------------------- ## - configure: WARNING: ## Report this to https://bugs.python.org/ ## - configure: WARNING: ## --------------------------------------- ## + configure: WARNING: ## -------------------------------------------------------- ## + configure: WARNING: ## Report this to https://github.com/python/cpython/issues/ ## + configure: WARNING: ## -------------------------------------------------------- ## 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 |