mirror of https://github.com/explosion/spaCy.git
parent
ded37538ce
commit
c14c6f5579
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue