diff options
author | Ned Deily <nad@python.org> | 2023-01-10 03:37:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-10 03:37:10 (GMT) |
commit | be23a202426385ad99dcb2611152783780c7bc42 (patch) | |
tree | 9988c70f7d0f2804b0f50af7da74e8a1cf86d43f /Mac | |
parent | 3f3c78e32fc67766232ee4ddf17b560c9836a2d1 (diff) | |
download | cpython-be23a202426385ad99dcb2611152783780c7bc42.zip cpython-be23a202426385ad99dcb2611152783780c7bc42.tar.gz cpython-be23a202426385ad99dcb2611152783780c7bc42.tar.bz2 |
gh-100893: update bpo reference in Mac README (GH-100905)
Diffstat (limited to 'Mac')
-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 bc40b41..e32566d 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 |