Skip to content

Commit 334af4a

Browse files
authored
Pcre2 buck target in third-party (#55)
Differential Revision: D73412412 Pull Request resolved: #10367
1 parent 4450532 commit 334af4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shim_et/xplat/executorch/build/env_interface.bzl

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ _EXTERNAL_DEPS = {
4747
"nlohmann_json": [], # Intentionally not supporting OSS buck build HF tokenizer.
4848
"prettytable": "//third-party:prettytable",
4949
"pybind11": "//third-party:pybind11",
50+
"pcre2": "//extension/llm/tokenizers/third-party:pcre2",
5051
"re2": "//extension/llm/tokenizers/third-party:re2",
5152
"sentencepiece": [], # Intentionally not supporting OSS buck build of sentencepiece.
5253
"sentencepiece-py": [],

0 commit comments

Comments
 (0)