Skip to content

Commit

Permalink
Merge pull request gevent#1828 from csalch-indeed/patch-m1-deps
Browse files Browse the repository at this point in the history
Patch libev and c-ares configure scripts for M1
  • Loading branch information
jamadden authored Dec 3, 2021
2 parents 69f3613 + e136b9d commit 4e4bc02
Show file tree
Hide file tree
Showing 7 changed files with 2,615 additions and 2,207 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ install:
}
if ("${env:PYTHON_ID}" -eq "pypy") {
if (!(Test-Path "${env:PYTMP}\pypy2-v7.3.1-win32.zip")) {
(New-Object Net.WebClient).DownloadFile('https://bitbucket.org/pypy/pypy/downloads/pypy2.7-v7.3.1-win32.zip', "${env:PYTMP}\pypy2-v7.3.1-win32.zip");
(New-Object Net.WebClient).DownloadFile('https://downloads.python.org/pypy/pypy2.7-v7.3.1-win32.zip', "${env:PYTMP}\pypy2-v7.3.1-win32.zip");
}
7z x -y "${env:PYTMP}\pypy2-v7.3.1-win32.zip" -oC:\ | Out-Null;
}
Expand Down
Loading

0 comments on commit 4e4bc02

Please sign in to comment.