File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ cpp_python_extension(
1818 "//executorch/sdk/etdump/...",
1919 ],
2020 deps = [
21- "fbsource//arvr/third-party/pybind11:pybind11",
2221 "fbsource//third-party/flatbuffers:flatc_library",
22+ "fbsource//third-party/pybind11/2.6.2:pybind11",
2323 ],
2424)
2525
Original file line number Diff line number Diff line change 88
99#include < flatbuffers/flatc.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
1010#include < flatbuffers/idl.h> // @manual=fbsource//third-party/flatbuffers:flatc_library
11- #include < pybind11/pybind11.h> // @manual=fbsource//arvr/ third-party/pybind11:pybind11
12- #include < pybind11/stl.h> // @manual=fbsource//arvr/ third-party/pybind11:pybind11
11+ #include < pybind11/pybind11.h> // @manual=fbsource//third-party/pybind11/2.6.2 :pybind11
12+ #include < pybind11/stl.h> // @manual=fbsource//third-party/pybind11/2.6.2 :pybind11
1313
1414namespace exir {
1515namespace {
You can’t perform that action at this time.
0 commit comments