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

Commit cad5a14

Browse files
committed
fixed link
1 parent 5ae9025 commit cad5a14

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ 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+
# Python 2.7 installs its main DLL into C:\Windows. Make sure it is also available in Python installation folder.
48+
- cmd: copy C:\Windows\system32\python27.dll C:\Python27-x64\python27.dll
49+
- cmd: copy C:\Windows\SysWOW64\python27.dll C:\Python27\python27.dll
4750
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
4851
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
4952
- set JDK_HOME=%JPY_JDK_HOME%

0 commit comments

Comments
 (0)