mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-10 12:04:36 -04:00
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:
parent
5c5c123058
commit
575c982b5b
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Reference in a new issue