Skip to content

Commit e12537c

Browse files
committed
restore more in setup
1 parent 8904d3d commit e12537c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -666,6 +666,9 @@ def run(self):
666666
"share/cmake/executorch-config.cmake",
667667
),
668668
]
669+
# Copy all the necessary headers into include/executorch/ so that they can
670+
# be found in the pip package. This is the subset of headers that are
671+
# essential for building custom ops extensions.
669672
# TODO: Use cmake to gather the headers instead of hard-coding them here.
670673
# For example:
671674
# https://discourse.cmake.org/t/installing-headers-the-modern-way-regurgitated-and-revisited/3238/3

0 commit comments

Comments
 (0)