Issue 1393 attachment: static-lib-build.patch (594 bytes)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From b7fb77bcb073ec402008004a6b2e38bf84217984 Mon Sep 17 00:00:00 2001
From: Andrew Nosenko <spam@nozillium>
Date: Wed, 11 Sep 2019 07:30:26 +1000
Subject: [PATCH] added empty 'sources' to 'jumbo_component("pdfium")'

---
BUILD.gn | 1 +
1 file changed, 1 insertion(+)

diff --git a/BUILD.gn b/BUILD.gn
index 3ce1e0863..4dbd3e0ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -144,6 +144,7 @@ group("pdfium_public_headers") {
}

jumbo_component("pdfium") {
+ sources = []
libs = []
configs += [ ":pdfium_core_config" ]
public_configs = [ ":pdfium_public_config" ]
--
2.23.0.windows.1