vcpkg/ports/breakpad
Francisco Facioni 4b4766c793
[breakpad] Update to 2022.07.12 (#26232)
* [breakpad] Update to 2022.07.12

* Also add arm64-windows to 'supports' because pe_util.cc(280) assumes IMAGE_RUNTIME_FUNCTION_ENTRY has a member UnwindInfoAddress which is only true on x86 and x64.

(Note that _IMAGE_ARM_RUNTIME_FUNCTION_ENTRY, _IMAGE_ARM64_RUNTIME_FUNCTION_ENTRY, and _IMAGE_ALPHA_RUNTIME_FUNCTION_ENTRY do not have this member)

Simplifying to CNF:
!uwp & !(windows & (arm | arm64 | alpha)) // except of course alpha doesn''t exist
!uwp & (!windows | !(arm | arm64))
!uwp & (!windows | (!arm & !arm64))
!uwp & (!windows | !arm) & (!windows | !arm64)

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:28:25 -07:00
..
check_getcontext.cc
CMakeLists.txt [Breakpad] fix cmake include install (#22130) 2021-12-22 22:55:05 -05:00
fix-unique_ptr.patch
portfile.cmake [breakpad] Update to 2022.07.12 (#26232) 2022-08-09 13:28:25 -07:00
vcpkg.json [breakpad] Update to 2022.07.12 (#26232) 2022-08-09 13:28:25 -07:00