aboutsummaryrefslogtreecommitdiff
path: root/versions/l-/libffi.json
AgeCommit message (Collapse)Author
2021-10-07[libffi] Don't replace string in file that doesn't exist. (#20554)Lars Glud
* Don't replace string in file that doesn't exist. * Update per bot. * Update per bot again. * Address comments.
2021-08-30[libffi] Use -llibffi on Windows (#19655)MidwestB
* Use -llibffi on Windows Replace -lffi with -llibffi for Windows development, not just mingw * Update portfile.cmake * Update baseline.json * Update libffi.json * Add port-version and make path quoted * Update version files Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
2021-07-19[libffi] Update to v3.4.2 (#18995)Long Nguyen
* [libffi] Update to v3.4.2 * [vcpkg baseline] Update libffi * [libffi] Add i686 as supported processor * [vcpkg baseline] Update libffi
2021-05-07[libffi] Update patch to fix apply patch failure (#17637)Jack·Boos·Yu
* [libffi] Update patch to fix apply patch failure * update version record
2021-04-02[libffi] Fix processors (#16285)autoantwort
* [libffi] fix build on apple silicon * [libffi] add version files * [libffi] changes * [libffi] add version files * [libffi] Rearrange target conditional list Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-02-02[libffi] Added armv7-a to allowed architectures for Android 32 bit arm ↵Don Venable
builds (#15821) * Added armv7-a to allowed architectures for Android 32 bit arm builds Closes #15820 * Fixed typo * Bumped port version to 7 * Updated libffi version files
2021-01-21[vcpkg] Rename `port_versions` to `versions` (#15784)nicole mazzuca