Author: Matti Picus <matti.pi...@gmail.com> Branch: Changeset: r70395:5f9dabe859e6 Date: 2014-04-02 18:41 +0300 http://bitbucket.org/pypy/pypy/changeset/5f9dabe859e6/
Log: whoops diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py --- a/rpython/translator/platform/windows.py +++ b/rpython/translator/platform/windows.py @@ -415,7 +415,7 @@ returncode, stdout, stderr = _run_subprocess( 'nmake', ['/nologo', '/f', str(path.join('Makefile'))] + extra_opts, - evn = self.c_environ) + env = self.c_environ) finally: oldcwd.chdir() _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit