Appveyor clen build #4

This commit is contained in:
maxirmx 2015-10-12 23:22:00 +03:00
parent 3069929c25
commit 8a95c8b1f2

View File

@ -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;
}