summaryrefslogtreecommitdiff
path: root/runtests.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-08-05 12:57:49 +0300
committerPauli Virtanen <pav@iki.fi>2013-08-05 12:57:49 +0300
commit46e1d8736867d89801e1f9cea17cd36099f610a7 (patch)
treeddd113efb83080643dbfa8c2f885d271fa408fc2 /runtests.py
parent645b9f572f0a22e9049fd736b8b91427be2c8402 (diff)
downloadnumpy-46e1d8736867d89801e1f9cea17cd36099f610a7.tar.gz
MAINT: runtests: make it work on Fedora
Diffstat (limited to 'runtests.py')
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index 7660546c8..97d37ab11 100755
--- a/runtests.py
+++ b/runtests.py
@@ -189,7 +189,7 @@ def build_project(args):
sys.exit(1)
from distutils.sysconfig import get_python_lib
- site_dir = get_python_lib(prefix=dst_dir)
+ site_dir = get_python_lib(prefix=dst_dir, plat_specific=True)
return site_dir