From 8a95c8b1f22909752b1c2dbc571fb04f3f844d03 Mon Sep 17 00:00:00 2001 From: maxirmx Date: Mon, 12 Oct 2015 23:22:00 +0300 Subject: [PATCH] Appveyor clen build #4 --- appveyor/install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor/install.ps1 b/appveyor/install.ps1 index 22b986d0d..660041f8d 100644 --- a/appveyor/install.ps1 +++ b/appveyor/install.ps1 @@ -228,7 +228,7 @@ function InstallMinicondaPip ($python_home) { function InstallStdintH ($python_version) { $major, $minor, $micro, $prerelease = ParsePythonVersion $python_version 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; }