Skip to content

Commit 435be6d

Browse files
committed
Work around for Python 2.7.11
See: vim#526
1 parent 3327d0f commit 435be6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ build:
1818

1919
before_build:
2020
- '"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%ARCH% /release'
21+
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:32'
22+
- 'reg copy HKLM\SOFTWARE\Python\PythonCore\2.7 HKLM\SOFTWARE\Python\PythonCore\2.7-32 /s /reg:64'
2123

2224
build_script:
2325
- cd src

0 commit comments

Comments
 (0)