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": [],