trivial: Build pcre when building static CI tools

This commit is contained in:
Richard Hughes 2022-02-09 09:58:06 +00:00
parent 740bddf7dd
commit 02f003a195

View File

@ -250,6 +250,7 @@ def _build(bld: Builder) -> None:
"-Dbsymbolic_functions=false", "-Dbsymbolic_functions=false",
"-Dtests=false", "-Dtests=false",
"-Dinternal_pcre=true", "-Dinternal_pcre=true",
"--force-fallback-for=libpcre",
], ],
) )
bld.add_work_includedir("include/glib-2.0") bld.add_work_includedir("include/glib-2.0")