mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-03 20:00:09 +03:00
Merge 7fcecd194e
into 767118467f
This commit is contained in:
commit
9b8ac191c1
1
setup.py
1
setup.py
|
@ -602,6 +602,7 @@ ext.append(Extension("psycopg2._psycopg", sources,
|
||||||
define_macros=define_macros,
|
define_macros=define_macros,
|
||||||
include_dirs=include_dirs,
|
include_dirs=include_dirs,
|
||||||
depends=depends,
|
depends=depends,
|
||||||
|
libraries=['m'],
|
||||||
undef_macros=[]))
|
undef_macros=[]))
|
||||||
|
|
||||||
# Compute the direct download url.
|
# Compute the direct download url.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user