mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-06-29 09:13:06 +03:00
Prepare for Linux 3
This commit is contained in:
parent
0fccc10777
commit
cdb19a2329
2
setup.py
2
setup.py
|
@ -354,6 +354,8 @@ class psycopg_build_ext(build_ext):
|
||||||
extension.extra_compile_args.append(
|
extension.extra_compile_args.append(
|
||||||
'-Wdeclaration-after-statement')
|
'-Wdeclaration-after-statement')
|
||||||
|
|
||||||
|
finalize_linux3 = finalize_linux2
|
||||||
|
|
||||||
def finalize_options(self):
|
def finalize_options(self):
|
||||||
"""Complete the build system configuation."""
|
"""Complete the build system configuation."""
|
||||||
build_ext.finalize_options(self)
|
build_ext.finalize_options(self)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user