diff options
Diffstat (limited to 'third_party/expat')
-rw-r--r-- | third_party/expat/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/expat/BUILD.gn b/third_party/expat/BUILD.gn index ab20ca6761..1219008c74 100644 --- a/third_party/expat/BUILD.gn +++ b/third_party/expat/BUILD.gn @@ -9,7 +9,7 @@ declare_args() { import("../third_party.gni") third_party("expat") { - public_include_dirs = [ "../externals/expat" ] + public_include_dirs = [ "../externals/expat/lib" ] defines = [ "HAVE_MEMMOVE" ] |