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

Commit b12b785

Browse files
committed
give the msvcr90.dll a chance
1 parent f1bee2d commit b12b785

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ 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
49+
- copy C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_5094ca96bcb6b2bb\msvcr90.dll C:\Python27
50+
- copy C:\Windows\WinSxS\amd64_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.8387_none_08e793bfa83a89b5\msvcr90.dll C:\Python27-x64
4751
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%PLATFORM%
4852
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
4953
- set JDK_HOME=%JPY_JDK_HOME%

0 commit comments

Comments
 (0)