Skip to content

Commit 22ba09e

Browse files
authored
Unbreak pytree Buck build (#10536)
D73688265/#10441 broke it. Apparently nothing covered by OSS unittest-buck uses it.
1 parent 6ca0800 commit 22ba09e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/pytree/targets.bzl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ def define_common_targets():
1111
name = "pytree",
1212
srcs = [],
1313
exported_headers = ["pytree.h", "function_ref.h"],
14+
exported_deps = [
15+
"//executorch/runtime/core:core",
16+
],
1417
visibility = [
1518
"//executorch/...",
1619
"@EXECUTORCH_CLIENTS",

0 commit comments

Comments
 (0)