diff options
author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-06-05 16:06:32 +1000 |
---|---|---|
committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2014-06-05 16:06:32 +1000 |
commit | cf723f1589d5e2413f7adb695872eb33133753bf (patch) | |
tree | aa1b51daea2501863f6c4934c809301b9fef9438 /setup.py | |
parent | 629bcbe460058f0a5d9077169bd5ffbecc8daf61 (diff) | |
parent | 190c9e9e61260791bff75a8d1c2fdc6909987ee3 (diff) | |
download | mod_wsgi-cf723f1589d5e2413f7adb695872eb33133753bf.tar.gz |
Merge branch 'develop' into feature/server-status
Conflicts:
src/server/mod_wsgi.c
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -88,7 +88,7 @@ with open(os.path.join(os.path.dirname(__file__), # Work out location of Python library and how to link it. PYTHON_VERSION = get_python_config('VERSION') -PYTHON_LDVERSION = get_python_config('LDVERSION') or '' +PYTHON_LDVERSION = get_python_config('LDVERSION') or PYTHON_VERSION PYTHON_LIBDIR = get_python_config('LIBDIR') PYTHON_CFGDIR = get_python_lib(plat_specific=1, standard_lib=1) + '/config' |