Commit 6ab912d1 authored by Jason R. Coombs's avatar Jason R. Coombs

Correct typo. Ref #992.

parent b50fdf49
......@@ -140,7 +140,7 @@ def msvc9_query_vcvarsall(ver, arch='x86', *args, **kwargs):
_augment_exception(exc, ver, arch)
raise
return py27compat.make_dict_values_strings(env)
return py27compat.dict_values_strings(env)
def msvc14_get_vc_env(plat_spec):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment