Skip to content

Commit 575c982

Browse files
authored
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
1 parent 5c5c123 commit 575c982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ endif()
151151

152152

153153
if (ANDROID AND GEODE_USE_BREAKPAD)
154-
CPMAddPackage("gh:qimiko/breakpad#161e908")
154+
CPMAddPackage("gh:qimiko/breakpad#169df6a")
155155
endif()
156156

157157
add_library(${PROJECT_NAME} SHARED ${SOURCES})

0 commit comments

Comments
 (0)