mirror of https://github.com/explosion/spaCy.git
Appveyor clen build #4
This commit is contained in:
parent
3069929c25
commit
8a95c8b1f2
|
@ -228,7 +228,7 @@ function InstallMinicondaPip ($python_home) {
|
||||||
function InstallStdintH ($python_version) {
|
function InstallStdintH ($python_version) {
|
||||||
$major, $minor, $micro, $prerelease = ParsePythonVersion $python_version
|
$major, $minor, $micro, $prerelease = ParsePythonVersion $python_version
|
||||||
if ($major -le 2) {
|
if ($major -le 2) {
|
||||||
if((Test-Path $STDINT_RELATIVE_PATH) -eq 0)
|
if((Test-Path $STDINT_H_RELATIVE_PATH) -eq 0)
|
||||||
{
|
{
|
||||||
mkdir $STDINT_H_RELATIVE_PATH;
|
mkdir $STDINT_H_RELATIVE_PATH;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue