mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
pkg-config: link pcre2
This commit is contained in:
parent
6229575f95
commit
af909487ef
@ -10,10 +10,11 @@ dependencies = [
|
||||
"gettext",
|
||||
"glib",
|
||||
"libiconv",
|
||||
"pcre",
|
||||
"pcre2",
|
||||
]
|
||||
template = "custom"
|
||||
script = """
|
||||
DYNAMIC_INIT
|
||||
export LIBS="-lpcre2-8"
|
||||
cookbook_configure
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user