diff options
| author | David Cournapeau <cournape@gmail.com> | 2009-02-19 10:24:58 +0000 |
|---|---|---|
| committer | David Cournapeau <cournape@gmail.com> | 2009-02-19 10:24:58 +0000 |
| commit | e0c77133a9165afa6370e4203d01028b5b96eb4b (patch) | |
| tree | 148691821636a6eb90e29adccd0ac807a3184b64 /numpy/distutils/command | |
| parent | 242d42bc8eafa8fdec2c551d365c5e83ec5692d3 (diff) | |
| parent | 000030d48295a8c44001cfd7350dd959d7e3338d (diff) | |
| download | numpy-e0c77133a9165afa6370e4203d01028b5b96eb4b.tar.gz | |
Merge r6410.
Diffstat (limited to 'numpy/distutils/command')
| -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 0290078e6..76ba1c740 100644 --- a/numpy/distutils/command/config.py +++ b/numpy/distutils/command/config.py @@ -212,7 +212,7 @@ main (void) try: src, obj, exe = self._link(body, headers, include_dirs, [], [], 'c') - exe = os.path.join('.', exe) + #exe = os.path.join('.', exe) exitstatus, output = exec_command(exe, execute_in='.') if hasattr(os, 'WEXITSTATUS'): exitcode = os.WEXITSTATUS(exitstatus) |
