Appveyor build

Yet another stdint.h download attempt
This commit is contained in:
maxirmx 2015-10-12 01:10:30 +03:00
parent fc68d1c51c
commit 26b8dd47db
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ function InstallMinicondaPip ($python_home) {
function InstallStdintH ($python_version) {
$major, $minor, $micro, $prerelease = ParsePythonVersion $python_version
if ($major -le 2) {
md -Name "..\include"
Download "..\include\stdint.h" $STDINT_H_URL
} else {
Write-Host $python_version " uses C99 compliant Microsoft compiler. stdint.h download is not required."