diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-11-03 15:08:27 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-11-03 18:48:03 +0100 |
commit | c51e5ac229d79040c5a556945f6522fc2f6da778 (patch) | |
tree | 90ff182b73aad237a08ebaf9abafc93f5821783f /bin | |
parent | 8d95452f66c01187c4b05a30061300125042cf46 (diff) |
PCH for external/zxing
Change-Id: Ia4bfa53ff56f64c7ba8fa068bbbe9dff2c4a84fc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124652
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/update_pch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/update_pch b/bin/update_pch index 7edd31f1ba71..eb9631e80d80 100755 --- a/bin/update_pch +++ b/bin/update_pch @@ -479,6 +479,10 @@ def filter_ignore(line, module): 'src/gpu/vk/', 'include/gpu/vk' ] + if module == 'external/zxing': + ignore_list += [ + 'rss/ODRSSExpandedBinaryDecoder.h' + ] for i in ignore_list: if line.startswith(i): |