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

Commit f1bee2d

Browse files
committed
call SetEnv.cmd with platform option
1 parent cad5a14 commit f1bee2d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ 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
50-
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64
47+
- call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /%PLATFORM%
5148
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86_amd64
5249
- set JDK_HOME=%JPY_JDK_HOME%
5350
# JAVA_HOME is used by Maven

0 commit comments

Comments
 (0)