From 02f003a19541da210bcf9b16c7b066e4546a8e81 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Wed, 9 Feb 2022 09:58:06 +0000 Subject: [PATCH] trivial: Build pcre when building static CI tools --- contrib/ci/oss-fuzz.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci/oss-fuzz.py b/contrib/ci/oss-fuzz.py index a810a745d..e7c4c219e 100755 --- a/contrib/ci/oss-fuzz.py +++ b/contrib/ci/oss-fuzz.py @@ -250,6 +250,7 @@ def _build(bld: Builder) -> None: "-Dbsymbolic_functions=false", "-Dtests=false", "-Dinternal_pcre=true", + "--force-fallback-for=libpcre", ], ) bld.add_work_includedir("include/glib-2.0")