Skip to content

Commit 7ede067

Browse files
committed
move print_exported_headers
1 parent ccd0350 commit 7ede067

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ echo "Exporting headers"
217217

218218
mkdir -p "$HEADERS_PATH"
219219

220-
"$SOURCE_ROOT_DIR"/build/print_exported_headers.py --buck2=$(realpath "$BUCK2") --targets \
220+
"$SOURCE_ROOT_DIR"/scripts/print_exported_headers.py --buck2=$(realpath "$BUCK2") --targets \
221221
//extension/module: \
222222
//extension/tensor: \
223223
| rsync -av --files-from=- "$SOURCE_ROOT_DIR" "$HEADERS_PATH/executorch"

0 commit comments

Comments
 (0)