bump breakpad to latest commit

this supposedly fixes a bug. i'm not sure what bug it fixed but there's certainly a bug and this fixes it
This commit is contained in:
Chloe 2025-03-16 01:33:02 -07:00 committed by GitHub
parent 5c5c123058
commit 575c982b5b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ endif()
if (ANDROID AND GEODE_USE_BREAKPAD)
CPMAddPackage("gh:qimiko/breakpad#161e908")
CPMAddPackage("gh:qimiko/breakpad#169df6a")
endif()
add_library(${PROJECT_NAME} SHARED ${SOURCES})