summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-08-13 19:55:09 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-08-13 19:55:09 +0000
commit11a69c23a29916f0d0721108e34d758e72d56b41 (patch)
tree05521826c1bc2875c85d0e13848ffde5556d3cd5
parent8b54222dbd5890df1480d769a51f1f8541f9a06f (diff)
downloadnumpy-11a69c23a29916f0d0721108e34d758e72d56b41.tar.gz
Fix typo in build script for win32.
-rw-r--r--tools/win32build/build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/win32build/build.py b/tools/win32build/build.py
index c1579f3a2..29690fea4 100644
--- a/tools/win32build/build.py
+++ b/tools/win32build/build.py
@@ -13,7 +13,7 @@ import shutil
from os.path import join as pjoin, split as psplit, dirname
PYEXECS = {"2.5" : "C:\python25\python.exe",
- "2.4" : "C:\python24\python2.4.exe",
+ "2.4" : "C:\python24\python24.exe",
"2.3" : "C:\python23\python23.exe"}
_SSE3_CFG = r"""[atlas]