Commit 6e79229a authored by Fred Drake's avatar Fred Drake

fix typo

parent 07454b4f
...@@ -503,7 +503,7 @@ class PyBuildExt(build_ext): ...@@ -503,7 +503,7 @@ class PyBuildExt(build_ext):
if sys.platform == 'darwin': if sys.platform == 'darwin':
# In every directory on the search path search for a dynamic # In every directory on the search path search for a dynamic
# library and then a static library, instead of first looking # 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 # This way a staticly linked custom readline gets picked up
# before the (broken) dynamic library in /usr/lib. # before the (broken) dynamic library in /usr/lib.
readline_extra_link_args = ('-Wl,-search_paths_first',) readline_extra_link_args = ('-Wl,-search_paths_first',)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment