diff options
author | David Cournapeau <cournape@gmail.com> | 2008-11-17 12:07:36 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2008-11-17 12:07:36 +0000 |
commit | 67ba879a2e62e381c5f285beecdc4bcc69b6daff (patch) | |
tree | 8b975518edb16ba92f251c6d32037d3ccff0e51f /numpy/distutils/command/config.py | |
parent | 3a6c367a0f1cadd8d7d898e04bca148b64d85116 (diff) | |
download | numpy-67ba879a2e62e381c5f285beecdc4bcc69b6daff.tar.gz |
Fix configtest and manifest_name.
Diffstat (limited to 'numpy/distutils/command/config.py')
-rw-r--r-- | numpy/distutils/command/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/config.py b/numpy/distutils/command/config.py index 9cc457ce5..5cbebe312 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -13,7 +13,7 @@ from distutils.file_util import copy_file from distutils.msvccompiler import get_build_version as get_build_msvc_version from numpy.distutils.exec_command import exec_command from numpy.distutils.mingw32ccompiler import msvc_manifest_xml, \ - check_embedded_msvcr_match_linked, manifest_name, rc_name + check_embedded_msvcr_match_linked, manifest_name, rc_name, manifest_rc LANG_EXT['f77'] = '.f' LANG_EXT['f90'] = '.f90' |