Skip to content

Commit 4e3a8bd

Browse files
authored
Unbreak build-benchmark-app (#8388)
We delete the headers after symlinking them into frameworks. whoops!
1 parent 73bb1f9 commit 4e3a8bd

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)