mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
qemu: switch to pcre2
This commit is contained in:
parent
e14d8dccc2
commit
7f6acd9bf3
@ -16,7 +16,7 @@ dependencies = [
|
||||
"mesa",
|
||||
"nghttp2",
|
||||
"openssl1",
|
||||
"pcre",
|
||||
"pcre2",
|
||||
"pixman",
|
||||
"sdl2",
|
||||
"sdl2-image",
|
||||
@ -47,4 +47,4 @@ case "${TARGET}" in
|
||||
;;
|
||||
esac
|
||||
cookbook_configure
|
||||
"""
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user