summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 5de9d19914..58798d9907 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -214,6 +214,10 @@ static_library("pdfium") {
} else {
libs += [ "freetype" ]
}
+
+ if (pdf_is_complete_lib) {
+ complete_static_lib = true
+ }
}
static_library("test_support") {