mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-01 19:00:09 +03:00
hotfix
This commit is contained in:
parent
156e460117
commit
1c39c04194
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ class PostgresConfig:
|
||||||
self.pg_config_exe = self.autodetect_pg_config_path()
|
self.pg_config_exe = self.autodetect_pg_config_path()
|
||||||
self.pkg_config_exe = self.build_ext.pkg_config
|
self.pkg_config_exe = self.build_ext.pkg_config
|
||||||
self.using_pkg_config = self.pkg_config_exe is not None
|
self.using_pkg_config = self.pkg_config_exe is not None
|
||||||
if not self.pkg_config_exe:
|
if not self.pg_config_exe and not self.pkg_config_exe:
|
||||||
self.pkg_config_exe = self.autodetect_pkg_config_path()
|
self.pkg_config_exe = self.autodetect_pkg_config_path()
|
||||||
self.using_pkg_config = self.pkg_config_exe is not None
|
self.using_pkg_config = self.pkg_config_exe is not None
|
||||||
if not self.pg_config_exe and not self.pkg_config_exe:
|
if not self.pg_config_exe and not self.pkg_config_exe:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user