mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:59:02 +08:00
4b4766c793
* [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> |
||
---|---|---|
.. | ||
check_getcontext.cc | ||
CMakeLists.txt | ||
fix-unique_ptr.patch | ||
portfile.cmake | ||
vcpkg.json |