From c14c6f5579fbb239468c7b0825e46f1946a69662 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Mon, 12 Oct 2015 00:58:03 +0300 Subject: [PATCH] Appveyour build stdint.h download fix --- .win-build.yml | 2 +- appveyor/install.ps1 | 2 +- appveyor/run_with_env.cmd | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.win-build.yml b/.win-build.yml index d83789b56..a34d84f83 100644 --- a/.win-build.yml +++ b/.win-build.yml @@ -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 diff --git a/appveyor/install.ps1 b/appveyor/install.ps1 index b9e893ff4..5e5f37ef5 100644 --- a/appveyor/install.ps1 +++ b/appveyor/install.ps1 @@ -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 \ No newline at end of file diff --git a/appveyor/run_with_env.cmd b/appveyor/run_with_env.cmd index ea1b8ffd1..2138e0749 100644 --- a/appveyor/run_with_env.cmd +++ b/appveyor/run_with_env.cmd @@ -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"