mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-06 20:53:04 +03:00
Find again mxDateTime includes in default locations
This commit is contained in:
parent
7214c6652e
commit
57b1093b31
3
setup.py
3
setup.py
|
@ -528,9 +528,10 @@ have_mxdatetime = False
|
||||||
use_pydatetime = int(parser.get('build_ext', 'use_pydatetime'))
|
use_pydatetime = int(parser.get('build_ext', 'use_pydatetime'))
|
||||||
|
|
||||||
# check for mx package
|
# check for mx package
|
||||||
|
mxincludedir = ''
|
||||||
if parser.has_option('build_ext', 'mx_include_dir'):
|
if parser.has_option('build_ext', 'mx_include_dir'):
|
||||||
mxincludedir = parser.get('build_ext', 'mx_include_dir')
|
mxincludedir = parser.get('build_ext', 'mx_include_dir')
|
||||||
else:
|
if not mxincludedir:
|
||||||
mxincludedir = os.path.join(get_python_inc(plat_specific=1), "mx")
|
mxincludedir = os.path.join(get_python_inc(plat_specific=1), "mx")
|
||||||
if mxincludedir.strip() and os.path.exists(mxincludedir):
|
if mxincludedir.strip() and os.path.exists(mxincludedir):
|
||||||
# Build the support for mx: we will check at runtime if it can be imported
|
# Build the support for mx: we will check at runtime if it can be imported
|
||||||
|
|
Loading…
Reference in New Issue
Block a user