Skip to content

Commit d6149e1

Browse files
authored
[build Folder Migration] Move wheel files (#9418)
### Summary A series of diffs as a part of #9117. ### Test plan CI cc @larryliu0820 @lucylq
1 parent 025514f commit d6149e1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ def get_ext_modules() -> List[Extension]:
775775
is_executable=True,
776776
),
777777
BuiltFile(
778-
src_dir="build/",
778+
src_dir="tools/wheel",
779779
src_name="pip_data_bin_init.py.in",
780780
dst="executorch/data/bin/__init__.py",
781781
),
File renamed without changes.

0 commit comments

Comments
 (0)