Skip to content

Commit 1d751e8

Browse files
committed
adapt appveyor config for python 2.7.15
1 parent 1d062a7 commit 1d751e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ after_build:
5252
- cd "%APPVEYOR_BUILD_FOLDER%"\installer
5353
- set WIX_PATH="C:\Program Files (x86)\WiX Toolset v3.11\bin"
5454
- set PATH=%WIX_PATH%;%PATH%
55-
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.14\tools
56-
- if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.14\tools
55+
- if "%platform_input%"=="x64" SET PYTHONBUILDDIR_X64="%APPVEYOR_BUILD_FOLDER%"\packages\python2.2.7.15\tools
56+
- if "%platform_input%"=="Win32" SET PYTHONBUILDDIR="%APPVEYOR_BUILD_FOLDER%"\packages\python2x86.2.7.15\tools
5757
- copy "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat.orig "%APPVEYOR_BUILD_FOLDER%"\installer\buildPaths.bat
5858
- if "%configuration%"=="Release" buildAll.bat %platform_input%
5959
- cd "%APPVEYOR_BUILD_FOLDER%"

0 commit comments

Comments
 (0)