aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-10-09 11:26:27 -0400
committerJack Lloyd <[email protected]>2019-10-09 13:21:34 -0400
commita4a2959ef1839c9408672dfc9bc6af4dceec9ee2 (patch)
tree25fe871cf58f39dec3cbcb99a93801b272d84812 /configure.py
parentf789d82bae4b00b9a6d1c840fe16a2367e745a6d (diff)
Fix nmake build
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 1fa19688a..e1ae0c78d 100755
--- a/configure.py
+++ b/configure.py
@@ -2061,7 +2061,7 @@ def create_template_vars(source_paths, build_paths, options, modules, cc, arch,
'mp_bits': choose_mp_bits(),
- 'python_exe': sys.executable,
+ 'python_exe': os.path.basename(sys.executable),
'python_version': options.python_version,
'install_python_module': not options.no_install_python_module,