##// END OF EJS Templates
setup: fix localhgenv...
Jun Wu -
r33117:6ef5f0c9 default
parent child Browse files
Show More
@@ -227,6 +227,7 b' def localhgenv():'
227 227 # SystemRoot is required by Windows to load various DLLs. See:
228 228 # https://bugs.python.org/issue13524#msg148850
229 229 env['SystemRoot'] = os.environ['SystemRoot']
230 return env
230 231
231 232 version = ''
232 233
General Comments 0
You need to be logged in to leave comments. Login now