summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2021-08-12 08:28:19 -0600
committerGitHub <noreply@github.com>2021-08-12 08:28:19 -0600
commit9d1e010348a57ee9963d98bd5043a9a65381b5b4 (patch)
treecd1d15702a4dfe7fbe2549a1f12baacf10356098
parent4a1c0bf0745b8a6c7c920d579bd0b2e5eab12f8a (diff)
parent177c45f021c1fb70f3c0111d633ff343afa69c92 (diff)
downloadnumpy-9d1e010348a57ee9963d98bd5043a9a65381b5b4.tar.gz
Merge pull request #19654 from mattip/sysconfig2
BUG: add base to templated arguments for platlib
-rwxr-xr-xruntests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtests.py b/runtests.py
index 57c7db86d..fcfa4c567 100755
--- a/runtests.py
+++ b/runtests.py
@@ -480,6 +480,7 @@ def build_project(args):
site_dir = site_dir_template.format(platbase=dst_dir,
py_version_short=py_v_s,
platlibdir=platlibdir,
+ base=dst_dir,
)
noarch_template = sysconfig.get_path('purelib', expand=False)
site_dir_noarch = noarch_template.format(base=dst_dir,