pkg-config: link pcre2

This commit is contained in:
Jeremy Soller 2025-05-01 14:41:52 -06:00
parent 6229575f95
commit af909487ef
No known key found for this signature in database
GPG Key ID: 670FDFB5428E05CA

View File

@ -10,10 +10,11 @@ dependencies = [
"gettext",
"glib",
"libiconv",
"pcre",
"pcre2",
]
template = "custom"
script = """
DYNAMIC_INIT
export LIBS="-lpcre2-8"
cookbook_configure
"""
"""