summaryrefslogtreecommitdiffstats
path: root/PCbuild/prepare_libffi.bat
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33125: Add support for building and releasing Windows ARM64 packages ↵Steve Dower2019-12-061-1/+6
| | | | | (GH-17480) Note that the support is not actually enabled yet, and so we won't be publishing these packages. However, for those who want to build it themselves (even by reusing the Azure Pipelines definition), it's now relatively easy to enable.
* bpo-36941: Windows build changes for Windows ARM64 (GH-13365)Paul Monson2019-05-171-2/+22
|
* bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)Paul Monson2019-04-181-2/+13
|
* bpo-35947: Update Windows to the current version of libffi (GH-11797)Paul Monson2019-03-291-0/+169
We now use a pre-built libffi binary from our binaries repository, and no longer vendor the full implementation.