summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGraham Dumpleton <Graham.Dumpleton@gmail.com>2015-04-05 16:27:29 +1000
committerGraham Dumpleton <Graham.Dumpleton@gmail.com>2015-04-05 16:27:29 +1000
commited155b3e67cf563a1def4c85f2757060ed7cb600 (patch)
tree18ced97629d1e9cdffce884607c83db3d24a0731 /setup.py
parent830e6f50c2cc0af83c913fcdb12f5394b6a20aec (diff)
parent9d24e44c973edc4697d90c91a7e778ec7d865d4c (diff)
downloadmod_wsgi-4.4.11.tar.gz
Merge branch 'release/4.4.11'4.4.11
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 8329497..1275fbc 100644
--- a/setup.py
+++ b/setup.py
@@ -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