summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/win32build/prepare_bootstrap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/win32build/prepare_bootstrap.py b/tools/win32build/prepare_bootstrap.py
index 81d27714f..3f8db2446 100644
--- a/tools/win32build/prepare_bootstrap.py
+++ b/tools/win32build/prepare_bootstrap.py
@@ -61,10 +61,10 @@ def prepare_bootstrap(pyver = "2.5"):
shutil.rmtree(bootstrap)
os.makedirs(bootstrap)
- #build_sdist()
- #prepare_numpy_sources(bootstrap)
+ build_sdist()
+ prepare_numpy_sources(bootstrap)
- #shutil.copy('build.py', bootstrap)
+ shutil.copy('build.py', bootstrap)
prepare_nsis_script(bootstrap, pyver, get_numpy_version())
if __name__ == '__main__':