summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/distutils/command')
-rw-r--r--numpy/distutils/command/config.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py
index aeea0d931..b6b90e6b8 100644
--- a/numpy/distutils/command/config.py
+++ b/numpy/distutils/command/config.py
@@ -126,12 +126,12 @@ class config(old_config):
self.temp_files.append(manxml)
man.write(manxml)
man.close()
- # Write the rc file
- manrc = manifest_rc(manifest_name(self), "exe")
- rc = open(rc_name(self), "w")
- self.temp_files.append(manrc)
- rc.write(manrc)
- rc.close()
+ # # Write the rc file
+ # manrc = manifest_rc(manifest_name(self), "exe")
+ # rc = open(rc_name(self), "w")
+ # self.temp_files.append(manrc)
+ # rc.write(manrc)
+ # rc.close()
return self._wrap_method(old_config._link,lang,
(body, headers, include_dirs,
libraries, library_dirs, lang))