Skip to content

Commit

Permalink
Don't build minidump_dump on Windows
Browse files Browse the repository at this point in the history
Upstream no longer support windows since Chromium moved onto crashpad I guess https://chromium-review.googlesource.com/c/breakpad/breakpad/+/457019
  • Loading branch information
tracernz committed Sep 22, 2017
1 parent 5fae8c9 commit 7911dbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/processor/processor.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ Project {
type: ["application"]
name: "minidump_dump"

// upstream broke this on windows :( https://chromium-review.googlesource.com/c/breakpad/breakpad/+/457019
condition: !qbs.targetOS.contains("windows")

files: commonFiles.concat([
"minidump.cc",
"minidump_dump.cc",
Expand Down

0 comments on commit 7911dbc

Please sign in to comment.