Appveyour build

stdint.h download fix
This commit is contained in:
maxirmx 2015-10-12 00:58:03 +03:00
parent ded37538ce
commit c14c6f5579
3 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@ install:
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
# Checking stdint.h
- ps: "ls \"C:/projects/include\""
- ps: "ls \"C:/projects/spacy\""
# Check that we have the expected version and architecture for Python

View File

@ -239,7 +239,7 @@ function main () {
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
InstallPip $env:PYTHON
InstallStdintH $env:PYTHON_VERSION
Download "..\include\stdint.h" $STDINT_H_URL
Download "stdint.h" $STDINT_H_URL
}
main

View File

@ -52,8 +52,8 @@ IF "%PYTHON_VERSION:~3,1%" == "." (
IF %MAJOR_PYTHON_VERSION% == 2 (
SET WINDOWS_SDK_VERSION="v7.0"
SET SET_SDK_64=Y
SET INCLUDE=C:\projects\include;%INCLUDE%
SET
:: SET INCLUDE=C:\projects\include;%INCLUDE%
:: SET
) ELSE (
IF %MAJOR_PYTHON_VERSION% == 3 (
SET WINDOWS_SDK_VERSION="v7.1"