Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit e3ff1d3

Browse files
committed
give the msvcr90.dll a 2nd chance
1 parent b12b785 commit e3ff1d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ cache:
4444
install:
4545
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME
4646
#- ps: Get-ChildItem -Path $env:JPY_PYTHON_HOME -Filter *.dll -Recurse
47-
- copy C:\Windows\SysWOW64\python27.dll C:\Python27
48-
- copy C:\Windows\System32\python27.dll C:\Python27-x64
47+
#- copy C:\Windows\SysWOW64\python27.dll C:\Python27
48+
#- copy C:\Windows\System32\python27.dll C:\Python27-x64
4949
- copy C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_5094ca96bcb6b2bb\msvcr90.dll C:\Python27
5050
- copy C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\msvcr90.dll C:\Python27-x64
5151
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%PLATFORM%

0 commit comments

Comments
 (0)