Add PCRE2 library to third_party

This commit is contained in:
Justine Tunney 2023-12-10 05:59:18 -08:00
parent 4f66d7f2dd
commit b27e9fe845
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
47 changed files with 58274 additions and 0 deletions

View file

@ -24,6 +24,7 @@ o/$(MODE)/third_party: \
o/$(MODE)/third_party/mbedtls \
o/$(MODE)/third_party/musl \
o/$(MODE)/third_party/nsync \
o/$(MODE)/third_party/pcre \
o/$(MODE)/third_party/puff \
o/$(MODE)/third_party/python \
o/$(MODE)/third_party/quickjs \