diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-11-26 19:08:20 +0000 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2011-11-26 19:08:20 +0000 |
| commit | cdb19a2329dfdbafafef44af545c90464b33ca06 (patch) | |
| tree | c1c248fe66dd340a8bcaa8891bc457942285bf43 /setup.py | |
| parent | 0fccc10777f47a948825cab83b5adee869747164 (diff) | |
| download | psycopg2-cdb19a2329dfdbafafef44af545c90464b33ca06.tar.gz | |
Prepare for Linux 3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -354,6 +354,8 @@ class psycopg_build_ext(build_ext): extension.extra_compile_args.append( '-Wdeclaration-after-statement') + finalize_linux3 = finalize_linux2 + def finalize_options(self): """Complete the build system configuation.""" build_ext.finalize_options(self) |
