mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 09:14:32 +03:00
Appveyor build
stdint.h download fix
This commit is contained in:
parent
b73c7ab45e
commit
91ec215590
|
@ -29,6 +29,10 @@ install:
|
|||
# Installed SDKs
|
||||
- ps: "ls \"C:/Program Files/Microsoft SDKs/Windows\""
|
||||
|
||||
# Checking stdint.h
|
||||
- ps: "ls \"C:/projects/include""
|
||||
|
||||
|
||||
# Check that we have the expected version and architecture for Python
|
||||
- "python --version"
|
||||
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
|
||||
|
|
|
@ -239,7 +239,7 @@ function main () {
|
|||
InstallPython $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
|
||||
InstallPip $env:PYTHON
|
||||
InstallStdintH $env:PYTHON_VERSION
|
||||
Download $pwd.Path + "\..\include"
|
||||
Download "..\include\stdint.h" $STDINT_H_URL
|
||||
}
|
||||
|
||||
main
|
Loading…
Reference in New Issue
Block a user