Show More
@@ -227,6 +227,7 b' def localhgenv():' | |||||
227 | # SystemRoot is required by Windows to load various DLLs. See: |
|
227 | # SystemRoot is required by Windows to load various DLLs. See: | |
228 | # https://bugs.python.org/issue13524#msg148850 |
|
228 | # https://bugs.python.org/issue13524#msg148850 | |
229 | env['SystemRoot'] = os.environ['SystemRoot'] |
|
229 | env['SystemRoot'] = os.environ['SystemRoot'] | |
|
230 | return env | |||
230 |
|
231 | |||
231 | version = '' |
|
232 | version = '' | |
232 |
|
233 |
General Comments 0
You need to be logged in to leave comments.
Login now