setup: fix localhgenv
authorJun Wu <quark@fb.com>
Wed, 28 Jun 2017 06:49:01 -0700
changeset 33117 6ef5f0c95d64
parent 33116 6c113a7dec52
child 33118 cc9501fa5574
setup: fix localhgenv It should return env as a dict instead of None.
setup.py
--- a/setup.py	Tue Jun 27 17:24:31 2017 -0700
+++ b/setup.py	Wed Jun 28 06:49:01 2017 -0700
@@ -227,6 +227,7 @@
         # SystemRoot is required by Windows to load various DLLs.  See:
         # https://bugs.python.org/issue13524#msg148850
         env['SystemRoot'] = os.environ['SystemRoot']
+    return env
 
 version = ''