mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-04 04:10:09 +03:00
Explicitly link with libm
This commit is contained in:
parent
732ea90a4f
commit
7fcecd194e
1
setup.py
1
setup.py
|
@ -583,6 +583,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