Skip to content

Commit 959346e

Browse files
committed
Unbreak pytree Buck build
D73688265/#10441 broke it. Apparently nothing covered by OSS unittest-buck uses it. ghstack-source-id: 534ddec ghstack-comment-id: 2837041003 Pull-Request-resolved: #10536
1 parent 6ca0800 commit 959346e

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)