mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
remove runtime_library_dirs for _sqlite; it isn't needed
This commit is contained in:
parent
4a42cd48d5
commit
51281736d9
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -1128,7 +1128,6 @@ class PyBuildExt(build_ext):
|
|||
define_macros=sqlite_defines,
|
||||
include_dirs=include_dirs,
|
||||
library_dirs=sqlite_libdir,
|
||||
runtime_library_dirs=sqlite_libdir,
|
||||
extra_link_args=sqlite_extra_link_args,
|
||||
libraries=["sqlite3",]))
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue