summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index b457b114f1..5d0210ff34 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -11,6 +11,7 @@ config("pdfium_config") {
"_FXFT_VERSION_=2501",
"_FPDFSDK_LIB",
"_NO_GDIPLUS_", # workaround text rendering issues on Windows
+ "OPJ_STATIC",
]
if (pdf_use_skia) {
@@ -657,7 +658,6 @@ static_library("fxge") {
]
configs -= [
"//build/config/win:lean_and_mean",
- "//build/config/win:nominmax",
]
}
}