mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
fix typo
This commit is contained in:
parent
c53c9666f5
commit
0af17617c5
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -503,7 +503,7 @@ class PyBuildExt(build_ext):
|
|||
if sys.platform == 'darwin':
|
||||
# In every directory on the search path search for a dynamic
|
||||
# library and then a static library, instead of first looking
|
||||
# for dynamic libraries on the entiry path.
|
||||
# for dynamic libraries on the entire path.
|
||||
# This way a staticly linked custom readline gets picked up
|
||||
# before the (broken) dynamic library in /usr/lib.
|
||||
readline_extra_link_args = ('-Wl,-search_paths_first',)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue