summaryrefslogtreecommitdiffstats
path: root/www/chromium/files/patch-breakpad_BUILD.gn
blob: a2b5f2b5db32d994002ba8d18c20e333139ea915 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- breakpad/BUILD.gn.orig	2017-06-05 19:03:01 UTC
+++ breakpad/BUILD.gn
@@ -472,7 +472,7 @@ if (is_mac) {
   }
 }
 
-if (is_linux || is_android) {
+if (is_linux || is_bsd || is_android) {
   if (current_toolchain == host_toolchain) {
     executable("symupload") {
       sources = [
OpenPOWER on IntegriCloud