diff options
author | Tom Anderson <thomasanderson@chromium.org> | 2017-07-18 18:00:18 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-19 01:16:20 +0000 |
commit | 19817af6f201b29c784f5deb76dce403352044aa (patch) | |
tree | 027816aa6de6acad3217203fb8aaf7b7eb3dccf7 /README.md | |
parent | aeadad1dfb7e4d3582d63dacd2ecbed71a5dd4ec (diff) | |
download | pdfium-19817af6f201b29c784f5deb76dce403352044aa.tar.xz |
Pull in sysroots on Linux
R=thestig@chromium.org
Change-Id: I8af51bec8ddfdee8c61806b844f0ca9a2b8c8c20
Reviewed-on: https://pdfium-review.googlesource.com/8190
Commit-Queue: Lei Zhang <thestig@chromium.org>
Reviewed-by: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -94,7 +94,6 @@ pdf_is_standalone = true # Set for a non-embedded build. is_component_build = false # Disable component build (must be false) clang_use_chrome_plugins = false # Currently must be false. -use_sysroot = false # Currently must be false on Linux, but entirely omitted on windows. ``` Note, you must set `pdf_is_standalone = true` if you want the sample |