diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,10 @@ import("pdfium.gni") config("pdfium_config") { cflags = [] - include_dirs = [ "third_party/freetype/include" ] + include_dirs = [ + "third_party/freetype/include", + "third_party/freetype/include/freetype", + ] defines = [ "OPJ_STATIC", "PNG_PREFIX", |