diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 5c5b9ca0b0..606925c5e2 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -8,6 +8,7 @@ '_FXFT_VERSION_=2501', '_FPDFSDK_LIB', '_NO_GDIPLUS_', # workaround text rendering issues on Windows + 'OPJ_STATIC', ], 'conditions': [ ['pdf_use_skia==1', { |