diff options
author | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2015-04-05 16:27:29 +1000 |
---|---|---|
committer | Graham Dumpleton <Graham.Dumpleton@gmail.com> | 2015-04-05 16:27:29 +1000 |
commit | ed155b3e67cf563a1def4c85f2757060ed7cb600 (patch) | |
tree | 18ced97629d1e9cdffce884607c83db3d24a0731 /setup.py | |
parent | 830e6f50c2cc0af83c913fcdb12f5394b6a20aec (diff) | |
parent | 9d24e44c973edc4697d90c91a7e778ec7d865d4c (diff) | |
download | mod_wsgi-4.4.11.tar.gz |
Merge branch 'release/4.4.11'4.4.11
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -122,7 +122,8 @@ APXS = os.environ.get('APXS') WITH_HTTPD_PACKAGE = False if APXS is None: - APXS = find_program(['mod_wsgi-apxs']) + APXS = find_program(['mod_wsgi-apxs'], + paths=[os.path.dirname(sys.executable)]) if APXS is not None: WITH_HTTPD_PACKAGE = True |