Skip to content

Commit a0ab68c

Browse files
committed
Unbreak build-benchmark-app
We delete the headers after symlinking them into frameworks. whoops! ghstack-source-id: e85c87d ghstack-comment-id: 2652250988 Pull Request resolved: #8388
1 parent d92a763 commit a0ab68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build_apple_frameworks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ sed -i '' '1i\
211211
sed -i '' '1i\
212212
#define C10_USING_CUSTOM_GENERATED_MACROS
213213
' $HEADERS_PATH/executorch/runtime/core/portable_type/c10/macros/Export.h
214-
ln -s $HEADERS_PATH/executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/"
214+
cp -r $HEADERS_PATH/executorch/runtime/core/portable_type/c10 "$HEADERS_PATH/"
215215

216216

217217
cp "$SOURCE_ROOT_DIR/extension/apple/ExecuTorch/Exported/"*.h "$HEADERS_PATH/executorch"

0 commit comments

Comments
 (0)