From 4ce61a18ae216b995e66f23b2d7492c6f8117e0b Mon Sep 17 00:00:00 2001 From: Jack Zhang <32371937+jackzhxng@users.noreply.github.com> Date: Tue, 22 Apr 2025 12:54:59 -0700 Subject: [PATCH] Pcre2 buck target in third-party (#55) Summary: Pull Request resolved: https://github.com/pytorch-labs/tokenizers/pull/55 Reviewed By: larryliu0820 Differential Revision: D73412412 Pulled By: jackzhxng --- shim_et/xplat/executorch/build/env_interface.bzl | 1 + 1 file changed, 1 insertion(+) diff --git a/shim_et/xplat/executorch/build/env_interface.bzl b/shim_et/xplat/executorch/build/env_interface.bzl index a953e29a89a..8eecd8f01c8 100644 --- a/shim_et/xplat/executorch/build/env_interface.bzl +++ b/shim_et/xplat/executorch/build/env_interface.bzl @@ -47,6 +47,7 @@ _EXTERNAL_DEPS = { "nlohmann_json": [], # Intentionally not supporting OSS buck build HF tokenizer. "prettytable": "//third-party:prettytable", "pybind11": "//third-party:pybind11", + "pcre2": "//extension/llm/tokenizers/third-party:pcre2", "re2": "//extension/llm/tokenizers/third-party:re2", "sentencepiece": [], # Intentionally not supporting OSS buck build of sentencepiece. "sentencepiece-py": [],