aboutsummaryrefslogtreecommitdiff
path: root/ports/breakpad/CONTROL
diff options
context:
space:
mode:
authorRomain Pokrzywka <romain.pokrzywka@gmail.com>2018-08-08 08:02:30 -0500
committerRobert Schumacher <roschuma@microsoft.com>2018-08-08 06:02:30 -0700
commit961cd9effd9a5230f211875bb0e9a6773e0e3fab (patch)
tree0ab914c4041eebf36171ec6a9342b4cbe59a623a /ports/breakpad/CONTROL
parentcfc7f61b61be49020044a17df67ae696cb6fa8fd (diff)
downloadvcpkg-961cd9effd9a5230f211875bb0e9a6773e0e3fab.tar.gz
vcpkg-961cd9effd9a5230f211875bb0e9a6773e0e3fab.zip
breakpad: Enable building the libbreakpad_client library (#4008)
* breakpad: Enable building the libbreakpad_client library That's the library that allows creating and uploading .dmp files when a program crashes. Use the same flags and setup as for libbreakpad, just note that this commit changes the installation folder for headers which was previously incorrect: The libbreakpad headers were installed in include/google_breakpad, but the correct path is include/breakpad/google_breakpad, and client headers go into include/breakpad/client/windows. * [breakpad] Install headers one directory higher * [breakpad] Switch to only build static libraries. Disable libbreakpad_client on non-windows due to additional work required.
Diffstat (limited to 'ports/breakpad/CONTROL')
-rw-r--r--ports/breakpad/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/breakpad/CONTROL b/ports/breakpad/CONTROL
index 40569eeeb..190d48875 100644
--- a/ports/breakpad/CONTROL
+++ b/ports/breakpad/CONTROL
@@ -1,4 +1,4 @@
Source: breakpad
-Version: 2018-07-30
+Version: 2018-07-30-2
Build-Depends: libdisasm
Description: a set of client and server components which implement a crash-reporting system.