mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
#11565: Fix several typos. Patch by Piotr Kasprzyk.
This commit is contained in:
parent
e3d09ff269
commit
13925008dc
94 changed files with 126 additions and 126 deletions
4
setup.py
4
setup.py
|
@ -993,8 +993,8 @@ 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.
|
||||
# This way a staticly linked custom sqlite gets picked up
|
||||
# for dynamic libraries on the entire path.
|
||||
# This way a statically linked custom sqlite gets picked up
|
||||
# before the dynamic library in /usr/lib.
|
||||
sqlite_extra_link_args = ('-Wl,-search_paths_first',)
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue